medCal: Computes the median date of calibrated dates

View source: R/calibration.R

medCalR Documentation

Computes the median date of calibrated dates

Description

Function for generating a vector median calibrated dates from a CalDates class object.

Usage

medCal(x)

Arguments

x

A CalDates class object.

Value

A vector of median dates in cal BP

See Also

calibrate, barCodes

Examples

x <- calibrate(c(3050,2950),c(20,20))
medCal(x)

ahb108/rcarbon documentation built on Aug. 29, 2023, 9:21 a.m.