Displaying 1 result from an estimated 1 matches for "ptdiam".
Did you mean:
diam
2011 Oct 07
1
iplots
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