Learn R Programming

HistDAWass (version 1.0.4)

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)

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

Run this code
# NOT RUN {
get.cell.MatH(BLOOD, r=1,c=1)
# }

Run the code above in your browser using DataLab