Displaying 1 result from an estimated 1 matches for "cursubset".
Did you mean:
curs_set
2012 Sep 10
3
Plot not too dense line plot
Dear all,
I am including in a plot 6 different lines (?lines) with 6 different line types.
The problem is that I have so dense information that the line types are not visible any more.
In the code below
myLength<-length(currentSet)
plot(seq(from=1,to=myMax,length.out=myLength),currentSet, type="l",xlim=c(1,myMax),axes=F,...)
the myLength is 100.000+ elements.
I would like to ask