R/cleanTS.R
print.cleanTS.Rd
Print method for cleanTS class.
cleanTS
# S3 method for cleanTS print(x, ...)
cleanTS object
Other arguments
Does not return any value.
if (FALSE) { # Using the same data as in `cleanTS()` function example. cts <- cleanTS(data, "my") print(cts) }