nrow_elements {blockmatrix} | R Documentation |
nrow_elements
S3 method for blockmatrix
objectnrow_elements
S3 method for blockmatrix
object
nrow_elements(M, zero_element = "0", ...) ## Default S3 method: nrow_elements(M, zero_element = "0", ...) ## S3 method for class 'blockmatrix' nrow_elements(M, zero_element = "0", ...)
M |
a |
zero_element |
character value indicating a zero
matrix. Default is |
... |
further arguments |
The number of rows of a matrix-type element of M
.
It is NA
if the elements has different number of
rows.
Emanuele Cordano