data.frame | R Documentation |
Coerce to a Data Frame
## S4 method for signature 'MeanDate'
as.data.frame(x, ..., calendar = get_calendar())
## S4 method for signature 'AoristicSum'
as.data.frame(x, ..., calendar = get_calendar())
## S4 method for signature 'IncrementTest'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
An object. |
... |
Further parameters to be passed to |
calendar |
An |
row.names , optional |
Currently not used. |
A data.frame
with an extra time
column giving the (decimal) years at
which the time series was sampled.
N. Frerebeau
Other mutators:
mutators
,
series()
,
subset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.