time_to_strat.phylo {admtools}R Documentation

transfrom phylo object

Description

transfrom phylo object from the time domain to the stratigraphic domain

Usage

## S3 method for class 'phylo'
time_to_strat(obj, x, ...)

Arguments

obj

the phylo object to be transformed

x

age-depth model

...

other parameters, currently ignored

Value

a phylo object, representation of the tree in the strat domain

See Also

get_height() for the underlying procedure, time_to_strat() for the higher level function, and strat_to_time.phylo() for the transformantion of phylo objects from strat domain to the time domain. See time_to_strat.list() and time_to_strat.numeric() for the transformation of lists and numeric vectors


[Package admtools version 0.3.0 Index]