PhasesMCMC-class {ArchaeoPhases} | R Documentation |
MCMC Phases
Description
S4 classes to represent a collection of phases.
Details
A phase object is ann x m x 2
array, with
n
being the number of iterations, m
being the number of phases
and with the 2 columns of the third dimension containing the boundaries of
the phases.
Slots
labels
A
character
vector specifying the name of the phases.hash
A
character
string giving the 32-byte MD5 hash of the original data file.
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-onenumeric
orcharacter
vector.
Note
This class inherits from array
.
Author(s)
N. Frerebeau
See Also
Other classes:
ActivityEvents-class
,
AgeDepthModel-class
,
CumulativeEvents-class
,
DurationsMCMC-class
,
EventsMCMC-class
,
MCMC-class
,
OccurrenceEvents-class
,
TimeRange-class
[Package ArchaeoPhases version 2.0 Index]