c14_age_norm: Generate the normal distribution of a radiocarbon age

View source: R/c14_calibrate.R

c14_age_normR Documentation

Generate the normal distribution of a radiocarbon age

Description

Generate the normal distribution of a radiocarbon age

Usage

c14_age_norm(age, error, resolution = 1, sigma = 5)

Arguments

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.

Details

age and error are recycled to a common length.

Value

A vector of probability density with years as names. If age or error has length >= 1, a list of these vectors.

Examples

c14_age_norm(10000, 30)

joeroe/c14 documentation built on Nov. 24, 2024, 11:47 p.m.