get_hiat_no: get no. of hiatuses

View source: R/get_hiat_no.R

get_hiat_noR 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)




admtools documentation built on Oct. 4, 2024, 1:09 a.m.