Learn R Programming

cleanTS (version 0.1.2)

print.cleanTS: Print a cleanTS object

Description

Print method for cleanTS class.

Usage

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

Value

Does not return any value.

Arguments

x

cleanTS object

...

Other arguments

Examples

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

Run the code above in your browser using DataLab