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_vector" and "uts_matrix" objects.

Usage

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

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

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

Arguments

...

further arguments passed to or from methods.

Value

cycle() and frequency() give an error message, because "uts_vector" and "uts_matrix" objects 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_vector())
## Not run: frequency(ex_uts_vector())
## Not run: cycle(ex_uts_vector())

andreas50/utsMultivariate documentation built on Sept. 27, 2021, 10:33 p.m.