Coerce to a Data Frame
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.