powered by
Determines stratigraphic position of hiatuses
get_hiat_pos(x)
numeric vector with stratigraphic positions of hiatuses
an adm object
get_hiat_list() to get hiatus positions and durations
get_hiat_list()
get_hiat_no() to determine number of hiatuses
get_hiat_no()
get_hiat_duration() to determine duration of hiatuses
get_hiat_duration()
my_adm = tp_to_adm(t = 1:4, h = c(1,2,2,3)) # one hiatus at height 2 get_hiat_pos(my_adm)
Run the code above in your browser using DataLab