search for: itsdisp

Displaying 1 result from an estimated 1 matches for "itsdisp".

Did you mean: isdisp8
2004 Feb 19
1
Setting ylim while plotting an 'its' object
Hi, I have an object 'sat' of class 'its'. How do I have to set the ylim parameter to change the y Axis limits while plotting a time series? Thanks very much for your help, Marcel > class(sat) [1] "its" attr(,"package") [1] "its" > range(sat) [1] -0.5908360386 0.0001541759 > plot(sat,type="p",pch=3,cex=0.5,ylim=c(-1,0.5))