Produce a custom curve by merging two calibration curves, e.g. a prebomb and a postbomb one for dates which straddle both curves.
glue.ccurves(
prebomb = "IntCal20",
postbomb = "NH1",
thisprebombcurve = c(),
thispostbombcurve = c(),
as.F = FALSE,
cc.dir = c(),
decimals = 8
)
The custom-made curve (invisibly)
The prebomb curve. Defaults to "IntCal20"
The postbomb curve. Defaults to "NH1" (Hua et al. 2013)
As an alternative to using existing curves, a tailor-made curve can be provided for the prebomb curve (as three columns: cal BP, C14 age, error)
As an alternative to using existing curves, a tailor-made curve can be provided for the postbomb curve (as three columns: cal BP, C14 age, error)
The glued curve can be returned as F14C values instead of the default C14. Make sure that if as.F=TRUE and you are using thisprebombcurve and/or thispostbombcurve, that these curves are in F14C space already.
Directory of the calibration curves. Defaults to where the package's files are stored (system.file), but can be set to, e.g., cc.dir="ccurves"
.
Number of decimals to report when as.F=TRUE. Defaults to 5.