Learn R Programming

HistDAWass (version 1.0.8)

get.cell.MatH: 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 MatH,numeric,numeric get.cell.MatH(object, r, c)

Value

A distributionH object.

Arguments

object

a MatH object, a matrix of distributions.

r

an integer, the row index.

c

an integer, the column index

Examples

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

Run the code above in your browser using DataLab