get_completeness {admtools}R Documentation

Determine stratigraphic (in)completeness

Description

Determine stratigraphic (in)completeness

Usage

get_completeness(x)
get_incompleteness(x)

Arguments

x

an adm object

Details

Stratigraphic (in)completeness is expressed as a proportion, i.e. a number between 0 and 1

Value

Number between 0 and 1, the stratigraphic (in)completeness

Examples

my_adm = tp_to_adm(t = 1:4, h = c(1,2,2,4))
get_completeness(my_adm)
get_incompleteness(my_adm)


[Package admtools version 0.2.0 Index]