isSquare {correlation} | R Documentation |
Check if Square Matrix
Description
Check if Square Matrix
Usage
isSquare(m)
Arguments
m |
A matrix. |
Value
TRUE
of the matrix is square or FALSE
otherwise.
[Package correlation version 0.8.5 Index]