[.blockmatrix {blockmatrix} | R Documentation |
[
S3 method for blockmatrix
object
Description
[
S3 method for blockmatrix
object
Usage
## S3 method for class 'blockmatrix'
M[i = 1:nrow(M), j =
1:ncol(M),numeric_value=TRUE,blockmatrix=FALSE,...]
Arguments
M |
a |
i , j |
matrix indices (numerical or character) |
numeric_value |
logical value . If |
blockmatrix |
logical value. If |
... |
further argument for |
Value
The i,j
matrix as a numarical matrix if
blockmatrix
is FALSE
, otherwise the returen
oblect is a blockmatrix
object. In case
i
is a character vector, the method returns a list
of objects with name containing in i
and taken
from M
.
Author(s)
Emanuele Cordano
[Package blockmatrix version 1.0 Index]