transform vectors from time to height domain
Source:R/time_to_strat.numeric.R
time_to_strat.numeric.RdThis function transforms numeric vectors from the time to the stratigraphic domain Fundamentally a wrapper around get_height for consistent syntax
Usage
# S3 method for class 'numeric'
time_to_strat(obj, x, ...)See also
strat_to_time.numeric() for the transformation from height to time domain, time_to_strat.phylo() and time_to_strat.list() for transformations of phylogenetic trees and lists. See get_height() for the underlying procedure.