Plot periodic time series
pcPlot.Rd
Plot periodic time series.
Usage
# S3 method for PeriodicTimeSeries
boxplot(x, ...)
# S3 method for PeriodicTimeSeries
monthplot(x, ylab = deparse(substitute(x)), base, ...)
Arguments
- x
a periodic time series object.
- ...
further arguments to be passed to the plotting function.
- ylab
label for the y-axis, only used for univariate time series.
- base
a function for use for computing reference lines.