get_hiat_no {admtools} | R Documentation |
get no. of hiatuses
Description
Determines the number of hiatuses in an age-depth model
Usage
get_hiat_no(x)
Arguments
x |
an adm object |
Value
An integer, no. of hiatuses in the age-depth model
See Also
-
get_hiat_pos()
to determine stratigraphic positions of hiatuses -
get_hiat_list()
to determine position and timing 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
get_hiat_no(my_adm)
[Package admtools version 0.3.0 Index]