print.ts {base} | R Documentation |
Printing Time-Series Objects
Description
Print method for time series objects.
Usage
## S3 method for class 'ts'
print(x, calendar, ...)
Arguments
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 |
Details
This is the print
methods for objects inheriting from
class "ts"
.
See Also
print
,
ts
.
Examples
print(ts(1:10, freq = 7, start = c(12, 2)), calendar = TRUE)