TimeRange-class {ArchaeoPhases} | R Documentation |
Cumulative Events
Description
An S4 class to represent time ranges.
Slots
start,end
A
numeric
matrix
giving the lower and upper boundaries.labels
A
character
vector specifying the name of the events/phases.hash
A
character
string giving the 32-byte MD5 hash of the original data file.
Coerce
In the code snippets below, x
is a CumulativeEvents
object.
as.data.frame(x)
Coerces to a
data.frame
.
Author(s)
N. Frerebeau
See Also
Other classes:
ActivityEvents-class
,
AgeDepthModel-class
,
CumulativeEvents-class
,
DurationsMCMC-class
,
EventsMCMC-class
,
MCMC-class
,
OccurrenceEvents-class
,
PhasesMCMC-class
[Package ArchaeoPhases version 2.0 Index]