powered by
Sample Calibrated Ages
c14_sample(object, ...)# S4 method for CalibratedAges c14_sample(object, n = 100, calendar = get_calendar())
# S4 method for CalibratedAges c14_sample(object, n = 100, calendar = get_calendar())
An numeric matrix.
numeric
A CalibratedAges object.
CalibratedAges
Currently not used.
An integer specifying the number of random samples.
integer
An aion::TimeScale object specifying the target calendar (see aion::calendar()). Defaults to aion::CE(). If NULL, rata die are returned.
aion::TimeScale
aion::calendar()
aion::CE()
NULL
N. Frerebeau
Other radiocarbon tools: F14C, c14_calibrate(), c14_combine(), c14_curve(), c14_ensemble(), c14_plot, c14_spd(), c14_uncalibrate(), rec_plot
F14C
c14_calibrate()
c14_combine()
c14_curve()
c14_ensemble()
c14_plot
c14_spd()
c14_uncalibrate()
rec_plot
## Calibrate multiple dates cal <- c14_calibrate( values = c(5000, 4500), errors = c(45, 35), names = c("X", "Y") ) ## Sample spl <- c14_sample(cal, n = 100)
Run the code above in your browser using DataLab