View source: R/plotting_functions.R
vis_calib_curve | R Documentation |
Vizualize the input calibration curve, calib_df, on the interval tau_min to tau_max. This involves plotting the curve itself and shading invertible (non-equifinal) and non-invertible (equifinal) regions.
vis_calib_curve(
tau_min,
tau_max,
calib_df,
invert_col = "gray90",
point_col = "black",
point_pch = 19,
...
)
tau_min |
The minimum calendar date for plotting (AD) |
tau_max |
The maximum calendar date for plotting (AD) |
calib_df |
The calibration data frame, with columns year_BP, uncal_year_BP, and uncal_year_BP_error |
invert_col |
The color for shading invertible regions
(default: |
point_col |
The color for calibration curve points (default: |
point_pch |
The symbol for calibration curve points (default: |
... |
Additional inputs to plots |
load_calib_curve()
for the format of calib_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.