I want to avoid that between two points the line joining them is breaked into "steps".
For example:
plot(1:100,sin(1:100))
lines(1:100,sin(1:100),type='l',lwd=2)
I get that the line joining two points is made up of vertical segments, what I basically want is that there are more segments between two points so I get the aspect of a true line.
Thanks,
Angel
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
