View source: R/c14_calibrate.R
c14_age_norm | R Documentation |
Generate the normal distribution of a radiocarbon age
c14_age_norm(age, error, resolution = 1, sigma = 5)
age |
Radiocarbon age(s) in years. |
error |
Error(s) associated with the radiocarbon age in years. |
resolution |
Desired resolution in years. |
sigma |
Desired sigma range. |
age
and error
are recycled to a common length.
A vector of probability density with years as names.
If age
or error
has length >= 1, a list of these vectors.
c14_age_norm(10000, 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.