powered by
Test if a matrix is a default matrix
is.default.matrix(x)
A logical corresponding to whether x is a default matrix (matrix of dimension 0x0).
x
a matrix.
Ehouarn Le Faou