calibration_curve: Create a calibration curve

Description Usage Arguments Value

View source: R/calibration_curve.R

Description

Create a calibration curve

Usage

1
2
3
calibration_curve(.data = NULL, cal_age, measured_age,
  measured_age_error = 0, name = NULL, cal_age_type = c("Calibrated BP",
  "Year AD"), measured_age_type = NULL)

Arguments

.data

An optional data frame

cal_age

The age in calibrated years BP (before 1950)

measured_age

The measured age (usually 14C years measurements)

measured_age_error

Error on the measured age, plus or minus

name

a name for the calibration curve

cal_age_type

The type of the calibrated age (must be "Calibrated BP" or "Year AD"). See in_year_ad or in_cal_bp to switch an existing calibration curve from one unit to the other.

measured_age_type

The type of measured age (usually 'Radiocarbon Years BP')

Value

A tibble classed as an age_calibration_curve


paleolimbot/carbon14 documentation built on May 25, 2019, 11:33 p.m.