Learn R Programming

seasonal (version 0.20.2)

monthplot.seas: Plot Seasonal or Irregular Factors

Description

monthplot method for class "seas". Plot seasonal or irregular factors.

Usage

## S3 method for class 'seas':
monthplot(x, choice = "seasonal", ...)

Arguments

x
an object of class "seas", usually, a result of a call to seas.
choice
character string, either "seasonal" or "irregular".
...
further arguments passed to monthplot.default.

Value

  • returns a plot as its side effect.

See Also

seas for the main function.

Examples

Run this code
x <- seas(AirPassengers, regression.aictest = c("td", "easter"))
monthplot(x)
monthplot(x, choice = "irregular")

Run the code above in your browser using DataLab