An S4 class to store the result of an occurrence plot.
Note
This class inherits from aion::TimeIntervals
.
Coerce
In the code snippets below, x
is an OccurrenceEvents
object.
as.data.frame(x)
Coerces to a
data.frame
.
Plot
In the code snippets below, x
is a OccurrenceEvents
object.
plot(x)
Results in a graphic being displayed (invisibly returns
x
).