new_archaeophases_mcmc {ArchaeoPhases} | R Documentation |
archaeophases_mcmc
objectObject to be returned by functions that read MCMC data from csv files.
new_archaeophases_mcmc(x = list(), call = match.call(), hash = character())
x |
A data frame with the data from the csv file. |
call |
How the function was called. |
hash |
A SHA256 hash of the csv file. |
The SHA256 hash should be secure against intentional and unintentional alterations of the MCMC csv file.
An archaeophases_mcmc
object that inherits from tbl_df
.
Thomas S. Dye, tsd@tsdye.online