bd_vis_calib_curve: Visualize the calibration curve with equifinal and...

Description Usage Arguments Details

View source: R/bd_vis_calib_curve.R

Description

Visualize the calibration curve with equifinal and non-equifinal time spans

Usage

1
2
bd_vis_calib_curve(ymin, ymax, calibDf, invertCol = "gray90",
  pointCol = "black", pointPch = 19, ...)

Arguments

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

Details

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.


MichaelHoltonPrice/BayDem documentation built on Sept. 12, 2019, 9:26 p.m.