new_archaeophases_mcmc: Constructor for archaeophases_mcmc
object
Description
Object to be returned by functions that read MCMC data from csv files.
Usage
new_archaeophases_mcmc(x = list(), call = match.call(), hash = character())
Arguments
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.
Value
An archaeophases_mcmc
object that inherits from tbl_df
.
Details
The SHA256 hash should be secure against intentional and unintentional
alterations of the MCMC csv file.