View source: R/strat_to_time.R
strat_to_time | R Documentation |
Takes an object and transforms it from the time domain into the stratigraphic domain using the provided age-depth model.
Currently implemented for the "phylo", "list", and "numeric" class. Wraps around get_time
.
strat_to_time(obj, x, ...)
obj |
the object to be transformed |
x |
age-depth model |
... |
other parameters |
an object of the same type as obj
time_to_strat()
to transform data from the time to the stratigraphic domain, strat_to_time.phylo()
, strat_to_time.numeric()
and strat_to_time.list()
for details on how to transform phylogenetic trees, vectors, and lists. See get_time()
for the underlying procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.