calcurve_plot {oxcAAR}R 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


[Package oxcAAR version 1.1.1 Index]