An S4 class to store the result of a tempo
plot.
Slots
year
A
numeric
vector giving the time points at which the cumulative distribution is estimated.estimate
A
numeric
vector giving the estimation of the cumulative distribution.lower
A
numeric
vector giving the lower boundaries of the credibility interval.upper
A
numeric
vector giving the upper boundaries of the credibility interval.level
A length-one
numeric
vector giving the confidence level.gauss
A
logical
scalar indicating if the Gaussian approximation of the credible interval was used.counts
A
logical
scalar.events
An
integer
scalar giving the number of events included in the tempo plot.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.
Coerce
In the code snippets below, x
is a CumulativeEvents
object.
as.data.frame(x)
Coerces to a
data.frame
.