Skip to contents

Print method for cleanTS class.

Usage

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

Arguments

x

cleanTS object

...

Other arguments

Value

Does not return any value.

Examples

if (FALSE) {
# Using the same data as in `cleanTS()` function example.
cts <- cleanTS(data, "my")
print(cts)
}