# S4 method for numeric
c14_uncalibrate(object, curves = "intcal20")
# S4 method for CalibratedAges
c14_uncalibrate(object, n = 10000, rounding = getOption("ananke.round"), ...)
Arguments
object
A CalibratedAges object or a numeric vector of
calibrated ages (in years BP).
...
Currently not used.
curves
A character vector specifying the calibration curve to be
used. Different curves can be specified.
n
An integer specifying the number of random samples.
rounding
A character string specifying the rounding convention.
It can be one of "none" (the default, no rounding) or "stuiver".
Any unambiguous substring can be given.