print.cleanTS {cleanTS}R Documentation

Print a cleanTS object

Description

Print method for cleanTS class.

Usage

## S3 method for class 'cleanTS'
print(x, ...)

Arguments

x

cleanTS object

...

Other arguments

Value

Does not return any value.

Examples

## Not run: 
# Using the same data as in `cleanTS()` function example.
cts <- cleanTS(data, "my")
print(cts)

## End(Not run)


[Package cleanTS version 0.1.2 Index]