Description Usage Arguments Details Value See Also
Coerce a Time Indexed Series to a data frame.
1 2 | ## 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.