[R] iplots

fernando.cabrera at nordea.com fernando.cabrera at nordea.com
Fri Oct 7 12:32:28 CEST 2011


Hi guys,

I am trying to plot a scatterplot with lines instead of with points using function iplot in library iplots. 

The best I can come up with is 

x =(1:100)
y = rnorm(100)
iplot(x,y,ptDiam=0)
ilines(x,y)

Do you guys know of any paramter to set the "type" in iplot or iplot.opt?

Thanks,

Fernando Álvarez



More information about the R-help mailing list