print.ts {stats} | R Documentation |
Print method for time series objects.
## S3 method for class 'ts': print(x, calendar, ...)
x |
a time series object. |
calendar |
enable/disable the display of information about
month names, quarter names or year when printing. The default is
TRUE for a frequency of 4 or 12, FALSE otherwise. |
... |
additional arguments to print . |
This is the print
methods for objects inheriting from
class "ts"
.
print(ts(1:10, freq = 7, start = c(12, 2)), calendar = TRUE)