pcPlot: Plot periodic time series

pcPlotR Documentation

Plot periodic time series

Description

Plot periodic time series.

Usage

## S3 method for class 'PeriodicTimeSeries'
boxplot(x, ...)

## S3 method for class '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.

Details

Functions for periodic/seasonal plots and boxplots.

Author(s)

Georgi N. Boshnakov

See Also

monthplot

Examples

ap <- pcts(AirPassengers)
monthplot(ap)
boxplot(ap)

fr23 <- pcts(dataFranses1996[ , 2:3])
monthplot(fr23)
boxplot(fr23)

GeoBosh/pcts documentation built on Dec. 8, 2023, 9:57 p.m.