time_to_strat {admtools}R Documentation

transform objects from time domain to strat. domain

Description

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" 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


[Package admtools version 0.2.0 Index]