calcurve_plot: Plots calibrated dates on the calibration curve

Description Usage Arguments

View source: R/additional_plot_functions.R

Description

Plots calibrated dates on the calibration curve

Usage

1
2
3
4
5
6
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


oxcAAR documentation built on July 6, 2021, 1:06 a.m.