as.data.frame.tis {tis} | R Documentation |
Coerce to a Data Frame
Description
Coerce a Time Indexed Series to a data frame.
Usage
## S3 method for class 'tis'
as.data.frame(x, ...)
Arguments
x |
a |
... |
other args passed on to |
Details
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.
Value
a data frame.
See Also
[Package tis version 1.39 Index]