powered by
Determine stratigraphic (in)completeness
get_completeness(x) get_incompleteness(x)
Number between 0 and 1, the stratigraphic (in)completeness
an adm object
Stratigraphic (in)completeness is expressed as a proportion, i.e. a number between 0 and 1
my_adm = tp_to_adm(t = 1:4, h = c(1,2,2,4)) get_completeness(my_adm) get_incompleteness(my_adm)
Run the code above in your browser using DataLab