Learn R Programming

HistDAWass (version 1.0.3)

TMatH-class: 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 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 tstamp if the distributions are related to time periods instead of timestamps

mat

a MatH object