read_oxcal | R Documentation |
Reads MCMC output.
read_oxcal(file, ...)
## S4 method for signature 'character'
read_oxcal(file, calendar = CE())
file |
the name of the file which the data are to be read from.
Each row of the table appears as one line of the file. If it does
not contain an absolute path, the file name is
relative to the current working directory,
Alternatively,
|
... |
Further arguments to be passed to |
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)) {
## Import OxCal Output
path <- "oxcal/ksarakil/"
path_output <- system.file(path, "MCMC_Sample.csv", package = "ArchaeoData")
(oxcal <- read_oxcal(path_output))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.