Learn R Programming

uroot (version 1.4-1)

Msts: Matrix with Seasonal Data

Description

Returns a matrix with the seaonal data by columns. For internal use.

Usage

Msts (wts)

Arguments

wts
a univariate time series object.

Examples

Run this code
## Buys-Ballot contour plot.
    data(AirPassengers)
    Msts(wts=log(AirPassengers))

Run the code above in your browser using DataLab