monthdays: Number of days in each season

Description Usage Arguments Details Value Author(s) Examples

Description

Returns number of days in each month or quarter of the observed time period.

Usage

1

Arguments

x

time series

Details

Useful for month length adjustments

Value

Time series

Author(s)

Rob J Hyndman

Examples

1
2
3
4
5
6
par(mfrow=c(2,1))
plot(ldeaths,xlab="Year",ylab="pounds",
    main="Monthly deaths from lung disease (UK)")
ldeaths.adj <- ldeaths/monthdays(ldeaths)*365.25/12
plot(ldeaths.adj,xlab="Year",ylab="pounds",
    main="Adjusted monthly deaths from lung disease (UK)")

ttnsdcn/forecast-package documentation built on June 1, 2019, 2:49 a.m.