Lists are useful to keep data closely associated. This function transforms a list that contains observations associated with a stratigraphic position (recorded in the element with name "h") into a list where the observations are associated with time.
Usage
# S3 method for class 'list'
strat_to_time(obj, x, ...)Value
a timelist (inherits from list). A list with one named element "t" instead of the element "h". This element contains the times of the stratigraphic positions in "h".
See also
time_to_strat.list() for the transformation from time to height domain, get_time() for the underlying procedure, time_to_strat() for the higher level function