powered by
Reproduces a data frame from metadata held in an archaeophases_mcmc object. Returns NULL if file is not the original file.
archaeophases_mcmc
file
# S3 method for archaeophases_mcmc reproduce(x, file = NULL, ...)
An archaeophases_mcmc object.
A path to the original MCMC csv file, or a copy of the file.
Other parameters.
original_file
# NOT RUN { x <- read_bcal("http://tsdye.online/AP/bc-1.csv") y <- reproduce(x) # TRUE identical(x, y) # } # NOT RUN { # }
Run the code above in your browser using DataLab