Learn R Programming

rcarbon (version 1.4.0)

medCal: 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

Run this code
# NOT RUN {
x <- calibrate(c(3050,2950),c(20,20))
medCal(x)
# }

Run the code above in your browser using DataLab