View source: R/sedrate_gen_helpers.R
sed_rate_gen_from_bounds | R Documentation |
constructs a sedimentation rate generator for usage with sedrate_to_multiadm
based on the following procedure: (1) determine stratigraphic points based on a Poisson point process with rate rate
(2) at these points, determine the sedimentation rate based on a uniform distribution between the bounds provided by the input parameters (3) linearly interpolate between those points with sedimentation rate determined in step 2.
This approach can be used to estimate age-depth models when only rough boundaries on sedimentation rates are available. Here, the uniform distribution is chosen to reflect that no other information other than maximum and minimum sed. rate is available.
sed_rate_gen_from_bounds(h_l, s_l, h_u, s_u, rate = 1)
h_l |
height values for lower bounds |
s_l |
sed rate values for lower bounds |
h_u |
height values for upper bounds |
s_u |
sed rate values for upper bounds |
rate |
rate of poisson point process |
a function factory for usage with sedrate_to_multiadm
sedrate_to_multiadm()
for estimating age-depth models using the outputs
sed_rate_from_matrix()
for other means of defining sedimentation rates
sed_rate_gen_gamma()
for sed. rate generator based on a gamma distribution
sedrate_to_multiadm()
for estimating age-depth models using the outputs, sed_rate_from_matrix()
for other means of defining sedimentation rates, the vignette on how to construct arbitrary sedimentation rate generators.
# see vignette
# vignette("adm_from_sedrate")
# for an example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.