fts (version 0.7.5)

frequency.convert: Change Frequencies

Description

convert a time series from a higher frequency to a lower frequency or from an irregular frequency to a regular frequency

Usage

to.weekly(x)
to.monthly(x)
to.quarterly(x)

Arguments

x
An Fts object

Value

  • an Fts object

Examples

Run this code
x <- fts()

to.weekly(x)
to.monthly(x)
to.quarterly(x)

Run the code above in your browser using DataCamp Workspace