An S4 class to store the result of a tempo plot.
Slots
lowerA
numericvector giving the lower boundaries of the credibility interval expressed in rata die.upperA
numericvector giving the upper boundaries of the credibility interval expressed in rata die.levelA length-one
numericvector giving the confidence level.gaussA
logicalscalar indicating if the Gaussian approximation of the credible interval was used.countsA
logicalscalar.eventsAn
integerscalar giving the number of events included in the tempo plot.hashA
characterstring giving the 32-byte MD5 hash of the original data file.
Note
This class inherits from aion::TimeSeries.
Coerce
In the code snippets below, x is a CumulativeEvents object.
as.data.frame(x)Coerces to a
data.frame.