glue.ccurves: Glue prebomb and postbomb curves

View source: R/IntCal.R

glue.ccurvesR Documentation

Glue prebomb and postbomb 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")

Arguments

prebomb

The prebomb curve. Defaults to "IntCal20"

postbomb

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

Value

The custom-made curve (invisibly)

Examples

my.cc <- glue.ccurves()

IntCal documentation built on July 12, 2022, 1:05 a.m.