Class TMatH
defines a matrix of histograms, a TMatH
object, with a time (a timepoint or a time window).
# S4 method for TMatH
initialize(
.Object,
tstamp = numeric(0),
period = list(start = -Inf, end = -Inf),
mat = new("MatH")
)
the type of object ("TMatH")
a vector of time stamps, numeric.
a list of pairs with a vectorof starting time and a vector ofending time.
This parameter is used alternatively to tstamp
if the distributions are related to time periods
instead of timestamps
a MatH
object