read_bcal | R Documentation |
Reads MCMC output.
read_bcal(file, ...)
## S4 method for signature 'character'
read_bcal(file, bin_width = 1, calendar = BP())
file |
A |
... |
Currently not used. |
bin_width |
The bin width specified for the BCal calibration. Defaults to the BCal default of 1. |
calendar |
A |
An EventsMCMC
object.
T. S. Dye, N. Frerebeau
Buck C. E., Christen J. A. & James G. N. (1999). BCal: an on-line Bayesian radiocarbon calibration tool. Internet Archaeology, 7. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.11141/ia.7.1")}.
utils::read.table()
Other read methods:
as_coda()
,
as_events()
,
as_phases()
,
check
,
read_chronomodel
,
read_oxcal()
if (requireNamespace("ArchaeoData", quietly = TRUE)) {
## Construct the path to the data
path_output <- system.file("bcal", "fishpond.csv", package = "ArchaeoData")
## Import BCal Output
(bcal <- read_bcal(path_output))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.