medCal {rcarbon} | R 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 |
Value
A vector of median dates in cal BP
See Also
Examples
x <- calibrate(c(3050,2950),c(20,20))
medCal(x)
[Package rcarbon version 1.5.1 Index]