## S3 method for class 'tis':
print(x, format = "\%Y\%m\%d", matrix.format = F, ...)
x
is printed in matrix form. Format strings are
detailed in format.ti
.print.ts
.
See details.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.format.ti
, print.ts
print(tis(1:31, start = today() - 30), format = "%b %d, %Y")
Run the code above in your browser using DataLab