plot.Mdata {Mcomp} | R Documentation |
plot.Mdata plots a time series from the M competition data sets.
plot.Mdata(x, xlim=c(start(x$x)[1],end(x$xx)[1]), ylim=range(x$x,x$xx), main=x$sn, xlab="", ylab="", ...)
x |
A series of M-competition data |
xlim |
Limits on x-axis |
ylim |
Limits on y-axis |
main |
Main title |
xlab |
Label on x-axis |
ylab |
Label on y-axis |
... |
Other plotting arguments |
None. The function produces a time series plot of the selected series.
Muhammad Akram and Rob Hyndman
plot(M1[[1]]) plot(M1$YAF3) plot(M3$N0647)