Displaying 1 result from an estimated 1 matches for "currentset".
Did you mean:
  currentlt
  
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 you how I can print each line including only 500 points. 
I have searched already and there is no parameter for that in plot or in line...