Calibrated Radiocarbon Ages
CalibratedAges-class.Rd
An S4 class to represent calibrated radiocarbon ages.
Arguments
- values
A
numeric
vector giving the BP ages or F14C values to be calibrated.- errors
A
numeric
vector giving the standard deviation of the values to be calibrated.- curves
A
character
vector specifying the calibration curves used.- reservoir_offsets
A
numeric
vector giving the offset values for any marine reservoir effect.- reservoir_errors
A
numeric
vector giving the offset value errors for any marine reservoir effect.
Slots
F14C
A
logical
scalar: isvalues
F14C instead of radiocarbon ages?positions
A
numeric
vector giving the position values (e.g. depths) for each age.status
An
integer
vector specifying the calibration status. It must be one of "0
" (OK), "1
" (out of calibration range) or "2
" (may extend out of calibration range).
Note
This class inherits from aion::TimeSeries
.
See also
Other classes:
CalibratedIntervals-class
,
CalibratedSPD-class
,
ProxyRecord-class
,
RECE-class