as.data.frame.tis {tis} | R Documentation |
Coerce a Time Indexed Series to a data frame.
## S3 method for class 'tis'
as.data.frame(x, ...)
x |
a |
... |
other args passed on to |
The function is very simple: it calls
as.data.frame.matrix
if x
is a matrix, or
as.data.frame.vector
if it is not.
a data frame.