frequency.convert {fts}R Documentation

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

Author(s)

Whit Armstrong

Examples

x <- fts()

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

[Package fts version 0.7.5 Index]