get_name: get names (labcodes)

View source: R/getter_functions.R

get_nameR Documentation

get names (labcodes)

Description

queries values from date objects

Usage

get_name(x)

## Default S3 method:
get_name(x)

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

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

Arguments

x

an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList

Value

a string or a character vector

See Also

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

Examples

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

## End(Not run)


ISAAKiel/oxcAAR documentation built on Sept. 25, 2022, 5:07 a.m.