get.cell.MatH {HistDAWass} | R 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)
[Package HistDAWass version 1.0.8 Index]