An S4 class to represent the output of a MCMC algorithm.
Slots
phases
A character
vector specifying the name of the phases.
calendar
A character
string specifying the chronological scale
(either "CE
", "BP
" or "b2k
").
hash
A character
string giving the 32-byte MD5 hash of the
original data file.
Note
This class inherits from array
.
Coerce
In the code snippets below, x
is a PhasesMCMC
object.
as.list(x)
Coerces to a list
.
Subset
In the code snippets below, x
is a PhasesMCMC
object.
x[[i]]
Extracts a single phase (two chains) selected by subscript
i
. i
is a length-one numeric
or character
vector.