# NOT RUN {
# Download the record for Lake O' Pines:
lake_o_dl <- get_download(15925)
# This assumes that you have Bacon installed in a folder and have
# set it to your working directory.
write_agefile(lake_o_dl[[1]], path = ".", chronology = 1,
corename = "LAKEPINES", cal.prog = 'Bacon')
source("Bacon.R")
# These defaults just help the core run quickly, they're not
# neccesarily good parameters.
Bacon("LAKEPINES", acc.mean = 10,
thick = 50, depths.file = TRUE,
suggest = FALSE, ask = FALSE)
lake_o_dl <- read_bacon("LAKEPINES", add = TRUE,
download = download, sections = 17)
# }
Run the code above in your browser using DataLab