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
|
... |
additional arguments to |
This is the print
methods for objects inheriting from
class "ts"
.
print(ts(1:10, frequency = 7, start = c(12, 2)), calendar = TRUE)