pdr_estimate_k0 | R Documentation |
Estimate initial k from heavy isotope concentration data
pdr_estimate_k0(time, n, frac_k, quiet = FALSE)
time |
Vector of numeric time values (e.g. days); first should be zero |
n |
Observed heavy isotope (as a volume), same length as time |
frac_k |
Fractionation: 13C consumption as a fraction of 12C consumption |
quiet |
Suppress output message, logical |
Initial estimate of k0 (consumption rate constant)
pdr_estimate_k0(1:5, c(1, 0.9, 0.7, 0.65, 0.4), frac_k = 0.98)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.