is.diag {RAINBOWR} | R Documentation |
Function to judge the square matrix whether it is diagonal matrix or not
Description
Function to judge the square matrix whether it is diagonal matrix or not
Usage
is.diag(x)
Arguments
x |
Square matrix. |
Value
If 'x' is diagonal matrix, 'TRUE'. Otherwise the function returns 'FALSE'.
[Package RAINBOWR version 0.1.35 Index]