View source: R/pandora_from_janno.R
select_calibration_curve | R Documentation |
Pick a calibration curve for
select_calibration_curve(Latitude)
Latitude |
numeric. Latitude in decimal degrees. |
A string with the preferred calibration curve (intcal20 for northern hemisphere and shcal20 for the southern hemisphere).
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.