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
-
get_hiat_list()
to get hiatus positions and durations -
get_hiat_no()
to determine number of hiatuses -
get_hiat_duration()
to determine duration of hiatuses
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.3.0 Index]