get.MatH.main.info {HistDAWass} | R Documentation |
Method get.MatH.main.info
Description
It returns the number of rows, of columns the labels of rows and columns of a MatH
object.
Usage
get.MatH.main.info(object)
## S4 method for signature 'MatH'
get.MatH.main.info(object)
Arguments
object |
a |
Value
A list of char, the labels of the columns, or the names of the variables.
Slots
nrows
- the number of rows
ncols
- the number of columns
rownames
- a vector of char, the names of rows
varnames
- a vector of char, the names of columns
[Package HistDAWass version 1.0.8 Index]