OccurrenceEvents-class {ArchaeoPhases} | R Documentation |
Occurrence
Description
An S4 class to store the result of an occurrence
plot.
Slots
events
An
integer
vector giving the occurrence.start
A
numeric
vector giving the lower boundaries of the credibility interval.end
A
numeric
vector giving the upper boundaries of the credibility interval.level
A length-one
numeric
vector giving the confidence level.hash
A
character
string giving the 32-byte MD5 hash of the original data file.
Coerce
In the code snippets below, x
is an OccurrenceEvents
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
,
PhasesMCMC-class
,
TimeRange-class
[Package ArchaeoPhases version 2.0 Index]