submatrix {dMod} | R Documentation |
Submatrix of a matrix returning ALWAYS a matrix
Description
Submatrix of a matrix returning ALWAYS a matrix
Usage
submatrix(M, rows = 1:nrow(M), cols = 1:ncol(M))
Arguments
M |
matrix |
rows |
Index vector |
cols |
Index vector |
Value
The matrix M[rows, cols]
, keeping/adjusting attributes like ncol nrow and dimnames.
[Package dMod version 1.0.2 Index]