print.cleanTS: Print a _cleanTS_ object

View source: R/cleanTS.R

print.cleanTSR 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)


cleanTS documentation built on July 9, 2023, 5:15 p.m.