View source: R/time_to_strat.R
time_to_strat | 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.
time_to_strat(obj, x, ...)
obj |
the object to be transformed |
x |
age-depth model for the transformation |
... |
other parameters |
an object of the same type as obj
strat_to_time()
to transform data from the stratigraphic domain to the time domain, time_to_strat.phylo()
, time_to_strat.numeric()
and time_to_strat.list()
for details on how to transform phylo objects, vectors, and lists. See get_height()
for the underlying procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.