Description Usage Arguments Value See Also Examples
View source: R/getter_functions.R
queries values from date objects
1 2 3 4 5 6 7 8 9 10 | get_cal_curve(x)
## Default S3 method:
get_cal_curve(x)
## S3 method for class 'oxcAARCalibratedDate'
get_cal_curve(x)
## S3 method for class 'oxcAARCalibratedDatesList'
get_cal_curve(x)
|
x |
an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList |
a string or a character vector
Other getter functions:
get_bp()
,
get_name()
,
get_posterior_probabilities()
,
get_posterior_sigma_ranges()
,
get_raw_probabilities()
,
get_sigma_ranges()
,
get_std()
1 2 3 4 5 6 7 | ## Not run:
x <- oxcalCalibrate(c(5000, 4500, 3000), c(20, 50, 60))
get_cal_curve(x)
y <- oxcalCalibrate(5000, 20)[[1]]
get_cal_curve(y)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.