get_hiat_pos {admtools}R Documentation

get hiatus positions

Description

Determines stratigraphic position of hiatuses

Usage

get_hiat_pos(x)

Arguments

x

an adm object

Value

numeric vector with stratigraphic positions of hiatuses

See Also

Examples

my_adm = tp_to_adm(t = 1:4, h = c(1,2,2,3)) # one hiatus at height 2
get_hiat_pos(my_adm)


[Package admtools version 0.2.0 Index]