new_archaeophases_mcmc: Constructor for 'archaeophases_mcmc' object

View source: R/S3Classes.R

new_archaeophases_mcmcR 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


ArchaeoPhases documentation built on June 22, 2022, 1:05 a.m.