data.frame {kairos} | R Documentation |
Coerce to a Data Frame
Description
Coerce to a Data Frame
Usage
## S4 method for signature 'MeanDate'
as.data.frame(x, ..., calendar = getOption("kairos.calendar"))
## S4 method for signature 'AoristicSum'
as.data.frame(x, ..., calendar = getOption("kairos.calendar"))
## S4 method for signature 'IncrementTest'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
An object. |
... |
Further parameters to be passed to |
calendar |
An |
row.names , optional |
Currently not used. |
Value
A data.frame
with an extra time
column giving the (decimal) years at
which the time series was sampled.
Author(s)
N. Frerebeau
See Also
Other mutators:
model
,
mutators
,
series()
,
subset()
[Package kairos version 2.1.1 Index]