medCal function

Computes the median date of calibrated dates

Computes the median date of calibrated dates

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

medCal(x)

Arguments

  • x: A CalDates class object.

Returns

A vector of median dates in cal BP

Examples

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

See Also

calibrate, barCodes

  • Maintainer: Enrico Crema
  • License: GPL (>= 2)
  • Last published: 2023-08-24