View source: R/sedrate_to_multiadm.R
sedrate_to_multiadm | R Documentation |
Combines information on tie points and sedimentation rates to estimate age-depth models and their associated uncertainty. For an example, see vignette("adm_from_sedrate")
.
sedrate_to_multiadm(
h_tp,
t_tp,
sed_rate_gen,
h,
no_of_rep = 100L,
subdivisions = 100L,
stop.on.error = TRUE,
T_unit = NULL,
L_unit = NULL
)
h_tp |
: function, returns stratigraphic positions of tie points |
t_tp |
: function, returns times of tie points |
sed_rate_gen |
: function, returns function describing sedimentation rate |
h |
: numeric, heights where the adm is calculated |
no_of_rep |
: integer, number of repetitions |
subdivisions |
maximum no of subintervals used in numeric integration. passed to integrate, see ?stats::integrate for details |
stop.on.error |
logical passed to integrate, see ?stats::integrate for details |
T_unit |
time unit |
L_unit |
length unit |
object of class multiadm
## Not run:
# see this vignette for an example
vignette("adm_from_sedrate")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.