| cal_age_range | R Documentation |
Functions for calculating the minimum and maximum ages of a cal vector. This function does not take into account the probability distribution.
cal_age_range(x, min_pdens = 0)
cal_age_min(x, min_pdens = 0)
cal_age_max(x, min_pdens = 0)
x |
A cal vector of calendar probability distributions. |
min_pdens |
Ignores ages with values less than the given value when calculating the minimum or maximum. Default: 0. |
A data frame with two columns giving the minimum (min) and maximum
(max) ages.
Other functions for summarising calibrated radiocarbon dates:
cal_point()
x <- c14_calibrate(c(10000, 9000, 8000), rep(10, 3))
cal_age_min(x)
cal_age_max(x)
cal_age_range(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.