Printing Time Indexed Series
Print method for time indexed series.
## S3 method for class 'tis' print(x, format = "%Y%m%d", matrix.format = FALSE, class = TRUE, ...)
x |
a time indexed series |
format |
a character string describing how to format the observation times if
either |
matrix.format |
|
class |
if( |
... |
additional arguments that may be passed along to |
If matrix.format
is F
(the default) and x
is
a univariate monthly, quarterly or annual series, printing is
accomplished by print(as.ts(x), ...)
. Otherwise,
x
is printed as a matrix with rownames created by
formatting the time indexes of the observations according to the
format
string.
print(tis(1:31, start = today() - 30), format = "%b %d, %Y")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.