get.cell.MatH-methods: Method get.cell.MatH Returns the histogram in a cell of a...

get.cell.MatHR Documentation

Method get.cell.MatH Returns the histogram in a cell of a matrix of distributions

Description

Returns the histogram data in the r-th row and the c-th column.

Usage

get.cell.MatH(object, r, c)

## S4 method for signature 'MatH,numeric,numeric'
get.cell.MatH(object, r, c)

Arguments

object

a MatH object, a matrix of distributions.

r

an integer, the row index.

c

an integer, the column index

Value

A distributionH object.

Examples

get.cell.MatH(BLOOD, r = 1, c = 1)

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