time_to_strat.list {admtools}R Documentation

transform list from time to height domain

Description

Lists are useful to keep data closely associated. This function transforms a list that contains observations associated with a time (recorded in the element with name "t") into a list where the observations are associated with stratigraphic position.

Usage

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

Arguments

obj

a list with one element named "t", which will be interpreted as time

x

an adm object

...

options passed to get_height

Value

a list with one named element "h" instead of the element "t", containing the stratigraphic positions corresponding to the times inf "t"

See Also

strat_to_time.list() for the transformation from height to time domain

Examples

# see vignette("admtools") for an example


[Package admtools version 0.2.0 Index]