allen_relate_phases | R Documentation |
Reads MCMC output to create a dataframe suitable for plotting the Allen relations between two or more phases.
allen_relate_phases(mcmc, phases_1, phases_2, app = "bcal", quiet = "partial")
mcmc |
path to a csv file with MCMC output |
phases_1 |
list of three-element vectors, the first element of which is the phase name and the second and third elements are the column indices for the beginning and end of the phase, respectively |
phases_2 |
list of three-element vectors, the first element of which is the phase name and the second and third elements are the column indices for the beginning and end of the phase, respectively |
app |
one of 'bcal', 'oxcal', or 'chronomodel' to specify which Bayesian calibration application produced the MCMC output |
quiet |
One of 'no' to allow messages and warnings, 'partial' (default) to suppress messages and allow warnings, or 'yes' to suppress messages and warnings. |
A dataframe suitable for plotting with graph
Thomas S. Dye
allen_composite_relation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.