powered by
Plot periodic time series.
# S3 method for PeriodicTimeSeries boxplot(x, ...)# S3 method for PeriodicTimeSeries monthplot(x, ylab = deparse(substitute(x)), base, ...)
# S3 method for PeriodicTimeSeries monthplot(x, ylab = deparse(substitute(x)), base, ...)
a periodic time series object.
further arguments to be passed to the plotting function.
label for the y-axis, only used for univariate time series.
a function for use for computing reference lines.
Georgi N. Boshnakov
Functions for periodic/seasonal plots and boxplots.
monthplot
ap <- pcts(AirPassengers) monthplot(ap) boxplot(ap) fr23 <- pcts(dataFranses1996[ , 2:3]) monthplot(fr23) boxplot(fr23)
Run the code above in your browser using DataLab