Skip to contents

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)
#> [1] 2