Description Usage Arguments Details
View source: R/bd_vis_calib_curve.R
Visualize the calibration curve with equifinal and non-equifinal time spans
1 2 | bd_vis_calib_curve(ymin, ymax, calibDf, invertCol = "gray90",
pointCol = "black", pointPch = 19, ...)
|
ymin |
The minimum calendar date for plotting (AD) |
ymax |
The maximum calendar date for plotting (AD) |
calibDf |
The calibration data frame, with columns yearBP, uncalYearBP, and uncalYearBPError |
invertCol |
Default gray90 The color for shading invertible regions |
pointCol |
Default black The color for calibration curve points |
... |
Additional inputs to plots |
Vizualize the input calibration curve, calibDf, on the interval ymin to ymax. This involves plotting the curve itself and shading invertible (non-equifinal) and non-invertible (equifinal) regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.