submatrix: 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))
Value
The matrix M[rows, cols]
, keeping/adjusting attributes like ncol nrow and dimnames.