# NOT RUN {
data(Events)
# }
# NOT RUN {
write.csv(Events, "data.csv", row.names=FALSE)
data = ImportCSV("data.csv", dec = '.', sep=',', comment.char='#',
header = TRUE, iterationColumn = 1)
# Import of MCMC generated by BCal and extracted in cal BP
# (the year of reference is 1950)
if (requireNamespace("ArchaeoPhases.dataset", quietly = TRUE)) {
data(Fishpond)
write.csv(Fishpond, "fishpond_MCMC.csv", row.names=FALSE)
Fishpond = ImportCSV("fishpond_MCMC.csv", dec = '.', sep=',',
header = TRUE, iterationColumn = 1,
referenceYear = 1950, rowToWithdraw = "last")}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab