Description Usage Arguments Value Author(s)
nrow_elements S3 method for blockmatrix
object
1 2 3 4 5 6 7 8 9 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.