powered by
queries values from date objects
get_cal_curve(x)# S3 method for default get_cal_curve(x)# S3 method for oxcAARCalibratedDate get_cal_curve(x)# S3 method for oxcAARCalibratedDatesList get_cal_curve(x)
# S3 method for default get_cal_curve(x)
# S3 method for oxcAARCalibratedDate get_cal_curve(x)
# S3 method for oxcAARCalibratedDatesList get_cal_curve(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()
get_bp()
get_name()
get_posterior_probabilities()
get_posterior_sigma_ranges()
get_raw_probabilities()
get_sigma_ranges()
get_std()
# 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) # } # NOT RUN { # }
Run the code above in your browser using DataLab