new_archaeophases_mcmc {ArchaeoPhases}R Documentation

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.

Details

The SHA256 hash should be secure against intentional and unintentional alterations of the MCMC csv file.

Value

An archaeophases_mcmc object that inherits from tbl_df.

Author(s)

Thomas S. Dye, tsd@tsdye.online

See Also

read_chronomodel

read_bcal

read_oxcal


[Package ArchaeoPhases version 1.8 Index]