reproduce.archaeophases_mcmc {ArchaeoPhases} | R Documentation |
Reproduces a data frame from metadata held in an archaeophases_mcmc
object. Returns NULL if file
is not the original file.
## S3 method for class 'archaeophases_mcmc'
reproduce(x, file = NULL, ...)
x |
An |
file |
A path to the original MCMC csv file, or a copy of the file. |
... |
Other parameters. |
Thomas S. Dye, tsd@tsdye.online
## Not run:
x <- read_bcal("http://tsdye.online/AP/bc-1.csv")
y <- reproduce(x)
# TRUE
identical(x, y)
## End(Not run)