glue.ccurves: Glue calibration curves

View source: R/rintcal.R

glue.ccurvesR Documentation

Glue calibration curves

Description

Produce a custom curve by merging two calibration curves, e.g. a prebomb and a postbomb one for dates which straddle both curves.

Usage

glue.ccurves(prebomb = "IntCal20", postbomb = "NH1", cc.dir = c())

Arguments

prebomb

The prebomb curve. Defaults to "IntCal20"

postbomb

The postbomb curve. Defaults to "NH1" (Hua et al. 2013)

cc.dir

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".

Value

The custom-made curve (invisibly)

Examples

my.cc <- glue.ccurves()

Maarten14C/IntCal documentation built on Oct. 11, 2023, 1:25 a.m.