[R] using "plot" with time series object - "axes = FALSE" option does not appear to work
Victor F Seabra
vseabra at uol.com.br
Mon Jan 3 14:09:12 CET 2011
I guess you should specify x and y variables:
plot(x=PCECTPI$var1, y=PCECTPI$var2, axes = FALSE)
More information about the R-help
mailing list