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