elapse | R Documentation |
Elapsed Time Scale
elapse(object, ...)
## S4 method for signature 'MCMC'
elapse(object, origin = 1)
object |
An object (typically an |
... |
Currently not used. |
origin |
An |
Returns an object of the same class as object
with an elapsed
An object of the same sort as object
with a new time scale.
There is no year 0
in BCE/CE scale.
N. Frerebeau
Other event tools:
activity()
,
occurrence()
,
tempo()
## Coerce to events
eve <- as_events(mcmc_events, calendar = CE(), iteration = 1)
## Elapsed origin
eve_elapse <- elapse(eve, origin = 4)
plot(eve_elapse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.