rbacon (version 2.4.2)

copyCalibrationCurve: Copy a calibration curve.

Description

Copy one of the the calibration curves into memory.

Usage

copyCalibrationCurve(cc = 1, postbomb = FALSE)

Arguments

cc

Calibration curve for 14C dates: cc=1 for IntCal13 (northern hemisphere terrestrial), cc=2 for Marine13 (marine), cc=3 for SHCal13 (southern hemisphere terrestrial).

postbomb

Use postbomb=TRUE to get a postbomb calibration curve (default postbbomb=FALSE).

Value

The calibration curve (invisible).

Details

Copy the radiocarbon calibration curve defined by cc into memory.

See Also

http://www.qub.ac.uk/chrono/blaauw/manualBacon_2.3.pdf

Examples

Run this code
# NOT RUN {
intcal13 <- copyCalibrationCurve(1)
# }

Run the code above in your browser using DataCamp Workspace