mix_curves | R Documentation |
Create a mixed calibration curved
mix_curves(
proportion = 0.5,
cc1 = 1,
cc2 = 2,
name = "mixed.14C",
dir = file.path(getwd(), "ccurves"),
quiet = FALSE
)
proportion |
Proportion of the first calibration curve required. e.g., change to |
cc1 |
The first calibration curve to be mixed. Defaults to the northern hemisphere terrestrial curve IntCal20. |
cc2 |
The second calibration curve to be mixed. Defaults to the marine curve IntCal20. |
name |
Name of the new calibration curve. |
dir |
Name of the directory where to save the file. Since R does not allow automatic saving of files, this points to a temporary directory by default. Adapt to your own folder, e.g., |
quiet |
Boolean to hide status messages. |
# Curve for neotropics
ageR::mix_curves(0.5, 1, 3, name = "neotropics.14C")
# Curve for coastline (Northern hemisphere)
ageR::mix_curves(0.7, 1, 2, name = "nh_coastal.14C")
# Curve for coastline (Southern hemisphere)
ageR::mix_curves(0.7, 3, 2, name = "sh_coastal.14C")
# Clean output
unlink("ccurves", TRUE, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.