strat_to_time.phylo {admtools}R Documentation

transfrom phylo object

Description

transfrom phylo object from the stratigraphic domain to the time domain

Usage

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

Arguments

obj

the phylo object to be transformed

x

age-depth model

...

parameters passed to get_time

Value

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

See Also

get_time() for the underlying procedure, strat_to_time() for the higher level function, and time_to_strat.phylo() for the transformantion of phylo objects from the time to the strat domain.


[Package admtools version 0.3.0 Index]