powered by
Data Description
# S4 method for CalibratedAges describe(x, calendar = get_calendar(), level = 0.954, ...)
describe() is called for its side-effects. Invisibly returns x.
describe()
x
A CalibratedAges object.
CalibratedAges
An aion::TimeScale object specifying the target calendar (see aion::calendar()).
aion::TimeScale
aion::calendar()
A length-one numeric vector giving the confidence level.
numeric
Further parameters to be passed to cat().
cat()
N. Frerebeau
Millard, A. R. (2014). Conventions for Reporting Radiocarbon Determinations. Radiocarbon, 56(2): 555-559. tools:::Rd_expr_doi("10.2458/56.17455").
## Calibrate multiple dates cal <- c14_calibrate( values = c(5000, 4500), errors = c(45, 35), names = c("X", "Y") ) ## Full text description describe(cal)
Run the code above in your browser using DataLab