Displaying 1 result from an estimated 1 matches for "myzooseri".
Did you mean:
myzooseries
2007 Oct 24
1
X Axis labeling with class zoo
...iple (i.e. 3) series and I plot my data so that I
get a plot window with three sub-plots (one for each series), I
cannot adjust the x axis labeling using the above line of code.
That is, the following does not seem to work:
# create the zoo object
MySeries <- cbind(RCPTOI, RNCPTOI, NRPTOI)
MyZooSeries <- zoo(MySeries, Dates)
# construct a plot
plot(MyZooSeries, type="l", col="red", xaxs="i", xaxt="n")
axis.Date(1, at=seq(as.Date("1984/01/31"), as.Date("2005/10/31"),
by="2 years"))
In this case, the axis.Date command d...