describe | R Documentation |
Data Description
## S4 method for signature 'CalibratedAges'
describe(x, calendar = get_calendar(), level = 0.954, ...)
x |
A |
calendar |
An |
level |
A length-one |
... |
Further parameters to be passed to |
describe()
is called for its side-effects. Invisibly returns x
.
N. Frerebeau
Millard, A. R. (2014). Conventions for Reporting Radiocarbon Determinations. Radiocarbon, 56(2): 555-559. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2458/56.17455")}.
## Calibrate multiple dates
cal <- c14_calibrate(
values = c(5000, 4500),
errors = c(45, 35),
names = c("X", "Y")
)
## Full text description
describe(cal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.