get_total_thickness {admtools} | R Documentation |
get total thickness
Description
for sediment accumulation curves, returns the difference between the highest and lowest point of the curve. For age-depth models, returns the total thickness of sediment accumulated.
Usage
get_total_thickness(x, ...)
Arguments
x |
an age-depth model (adm/multiadm) or a sediment accumulation curve (sac) |
... |
other options, currently unused |
Value
numeric, total sediment thickness accumulated
See Also
max_height()
and min_height()
to extract the highest/lowest stratigraphic point, get_total_thicknesses()
to extract thicknesses from depth-depth curves
[Package admtools version 0.6.0 Index]