Learn R Programming

rcarbon (version 1.5.1)

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)

Value

A vector of median dates in cal BP

Arguments

x

A CalDates class object.

See Also

calibrate, barCodes

Examples

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

Run the code above in your browser using DataLab