This function tells you whether a matrix is symmetric,
skewed symmetric, or not symmetric. It's used by tskrr
to determine which kind of homologous network is represented by
the label matrix.
Usage
test_symmetry(x, tol = .Machine$double.eps)
Arguments
x
a matrix
tol
a single numeric value with the tolerance for comparison
Value
a character value with the possible values "symmetric",
"skewed" or "none".
See Also
tskrrHomogeneous for
more information on the values for the slot symmetry