| qCal {rcarbon} | R Documentation | 
Computes the quantile date of calibrated dates
Description
Function for generating a vector quantile calibrated dates from a CalDates class object.
Usage
qCal(x, p = 0.5)
Arguments
| x | A  | 
| p | A numeric value of probability. Default is 0.5 (median). | 
Value
A vector of quantile dates in cal BP
See Also
Examples
x <- calibrate(c(3050,2950),c(20,20))
qCal(x,p=0.2)
[Package rcarbon version 1.5.1 Index]