c14_sample | R Documentation |
Sample Calibrated Ages
c14_sample(object, ...)
## S4 method for signature 'CalibratedAges'
c14_sample(object, n = 100, calendar = get_calendar())
object |
A |
... |
Currently not used. |
n |
An |
calendar |
An |
An numeric
matrix.
N. Frerebeau
Other radiocarbon tools:
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.