get_std: get std values (standard deviations)

View source: R/getter_functions.R

get_stdR Documentation

get std values (standard deviations)

Description

queries values from date objects

Usage

get_std(x)

## Default S3 method:
get_std(x)

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

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

Arguments

x

an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList

Value

an integer or a numeric vector

See Also

Other getter functions: get_bp(), get_cal_curve(), get_name(), get_posterior_probabilities(), get_posterior_sigma_ranges(), get_raw_probabilities(), get_sigma_ranges()

Examples

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

## End(Not run)


MartinHinz/roxcal documentation built on Sept. 25, 2022, 4:04 p.m.