compatability: Compatability with ts class

Description Usage Arguments Value See Also Examples

Description

These methods exist solely to ensure that methods intended for "ts" objects in base R are not accidentally applied to "uts" objects.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'uts'
as.ts(x, ...)

## S3 method for class 'uts'
cycle(x, ...)

## S3 method for class 'uts'
frequency(x, ...)

Arguments

x

a "uts" object.

...

further arguments passed to or from methods.

Value

cycle() and frequency() give an error message, because "uts" objects, by definition, do not have a fixed number of observations in a given time interval.

See Also

ts

Examples

1
2
3
## Not run: as.ts(ex_uts())
## Not run: cycle(ex_uts())
## Not run: frequency(ex_uts())

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.