read_oxcal | R Documentation |
Reads MCMC output.
read_oxcal(file, ...)
## S4 method for signature 'character'
read_oxcal(file, calendar = CE())
file |
A |
... |
Currently not used. |
calendar |
A |
An EventsMCMC
object.
T. S. Dye, N. Frerebeau
Bronk Ramsey, C. (2009). Bayesian Analysis of Radiocarbon Dates. Radiocarbon, 51(1), 337-360. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1017/S0033822200033865")}.
utils::read.table()
Other read methods:
as_coda()
,
as_events()
,
as_phases()
,
check
,
read_bcal()
,
read_chronomodel
if (requireNamespace("ArchaeoData", quietly = TRUE)) {
## Construct the path to the data
path <- file.path("oxcal", "ksarakil")
path_output <- system.file(path, "MCMC_Sample.csv", package = "ArchaeoData")
## Import OxCal Output
(oxcal <- read_oxcal(path_output))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.