frequency: Replacing the Index of Objects

Description Usage Arguments Details See Also Examples

Description

Generic function for replacing the frequency of an object.

Usage

1
frequency(x) <- value

Arguments

x

an object.

value

a frequency.

Details

frequency<- is a generic function for replacing (or assigning) the frequency of an object. Currently, there is a "zooreg" and a "zoo" method. In both cases, the value is assigned to the "frequency" of the object if it complies with the index(x).

See Also

zooreg, index

Examples

1
2
3
4
5
6
z <- zooreg(1:5)
z
as.ts(z)
frequency(z) <- 3
z
as.ts(z)

parsifal9/test documentation built on Dec. 31, 2020, 1:14 a.m.