c14_uncalibrate | R Documentation |
Uncalibrate a Radiocarbon Date
c14_uncalibrate(object, ...)
## S4 method for signature 'numeric'
c14_uncalibrate(object, curves = "intcal20")
## S4 method for signature 'CalibratedAges'
c14_uncalibrate(object, n = 10000, rounding = getOption("ananke.round"), ...)
object |
A |
... |
Currently not used. |
curves |
A |
n |
An |
rounding |
A |
N. Frerebeau
Other radiocarbon tools:
F14C
,
c14_calibrate()
,
c14_combine()
,
c14_curve()
,
c14_ensemble()
,
c14_plot
,
c14_sample()
,
c14_spd()
,
rec_plot
## Calibrate multiple dates
cal <- c14_calibrate(
values = c(5000, 4500),
errors = c(45, 35),
names = c("X", "Y")
)
## Uncalibrate
c14_uncalibrate(cal, rounding = "stuiver")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.