Skip to contents

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.

Usage

time_to_strat(obj, x, ...)

Arguments

obj

the object to be transformed

x

age-depth model for the transformation

...

other parameters

Value

an object of the same type as obj

See also

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 transfrom phylo objects, vectors, and lists. See get_height() for the underlying procedure.