qCal | R Documentation |
Function for generating a vector quantile calibrated dates from a CalDates
class object.
qCal(x, p = 0.5)
x |
A |
p |
A numeric value of probability. Default is 0.5 (median). |
A vector of quantile dates in cal BP
calibrate
, barCodes
x <- calibrate(c(3050,2950),c(20,20))
qCal(x,p=0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.