TMatH-class: Class TMatH

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

mat

a MatH object


Airpino/HistDAWass documentation built on Jan. 30, 2024, 7:53 p.m.