select_calibration_curve: Infer the correct calibration curve for quickcalibrate, based...

View source: R/pandora_from_janno.R

select_calibration_curveR Documentation

Infer the correct calibration curve for quickcalibrate, based on the Pandora Latitude

Description

Pick a calibration curve for

Usage

select_calibration_curve(Latitude)

Arguments

Latitude

numeric. Latitude in decimal degrees.

Value

A string with the preferred calibration curve (intcal20 for northern hemisphere and shcal20 for the southern hemisphere).

Examples

select_calibration_curve(-50) ## Northern hemisphere
select_calibration_curve(50) ## Southern Hemisphere
select_calibration_curve(0) ## 0 defaults to Northern hemisphere
## Not run: 
select_calibration_curve("banana")

## End(Not run)

sidora-tools/eager2poseidon documentation built on May 12, 2023, 11:58 p.m.