calcurve_plot: Plots calibrated dates on the calibration curve

View source: R/additional_plot_functions.R

calcurve_plotR Documentation

Plots calibrated dates on the calibration curve

Description

Plots calibrated dates on the calibration curve

Usage

calcurve_plot(
  x,
  dates_sigma_ranges = NULL,
  uncal_range = TRUE,
  cal_range = TRUE
)

Arguments

x

an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList

dates_sigma_ranges

character. The sigma range used for the error bars ("two_sigma", "one_sigma" or "three_sigma")

uncal_range

logical. If TRUE (default), the plot contains error bars for the the uncalibrated age

cal_range

logical. If TRUE (default), the plot contains error bars for the the calibrated age


MartinHinz/roxcal documentation built on Sept. 25, 2022, 4:04 p.m.