TMatH-class {HistDAWass} | R Documentation |
Class TMatH
Description
Class TMatH
defines a matrix of histograms, a TMatH
object, with a time (a timepoint or a time window).
Usage
## S4 method for signature 'TMatH'
initialize(
.Object,
tstamp = numeric(0),
period = list(start = -Inf, end = -Inf),
mat = new("MatH")
)
Arguments
.Object |
the type of object ("TMatH") |
tstamp |
a vector of time stamps, numeric. |
period |
a list of pairs with a vectorof starting time and a vector ofending time.
This parameter is used alternatively to |
mat |
a |
[Package HistDAWass version 1.0.8 Index]