Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_bp

get bp values (ages)


Description

queries values from date objects

Usage

get_bp(x)

## Default S3 method:
get_bp(x)

## S3 method for class 'oxcAARCalibratedDate'
get_bp(x)

## S3 method for class 'oxcAARCalibratedDatesList'
get_bp(x)

Arguments

x

an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList

Value

an integer or a numeric vector

See Also

Examples

## Not run: 
x <- oxcalCalibrate(c(5000, 4500, 3000), c(20, 50, 60))
get_bp(x)
y <- oxcalCalibrate(5000, 20)[[1]]
get_bp(y)

## End(Not run)

oxcAAR

Interface to 'OxCal' Radiocarbon Calibration

v1.1.0
GPL-2 | file LICENSE
Authors
Hinz Martin [aut, cre], Clemens Schmid [aut], Daniel Knitter [aut], Carolin Tietze [aut]
Initial release
2021-02-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.