plot.Mdata {Mcomp}R Documentation

Plotting M Competition data

Description

plot.Mdata plots a time series from the M competition data sets.

Usage

plot.Mdata(x, xlim=c(start(x$x)[1],end(x$xx)[1]), ylim=range(x$x,x$xx),
                   main=x$sn, xlab="", ylab="", ...)

Arguments

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

Value

None. The function produces a time series plot of the selected series.

Author(s)

Muhammad Akram and Rob Hyndman

See Also

M1

Examples

plot(M1[[1]])
plot(M1$YAF3)
plot(M3$N0647)

[Package Mcomp version 1.23 Index]