symmetric.rdCheck if an object is inherently symmetric (its structure, not its data)
symmetric(x, ...)
# S3 method for class 'ff'
symmetric(x, ...)
# Default S3 method
symmetric(x, ...)
# S3 method for class 'dist'
symmetric(x, ...)ff matrices can be declared symmetric at creation time. Compatibility function symmetric.default returns FALSE, symmetric.dist returns TRUE.
TRUE or FALSE
symmetric, ff
, dist, isSymmetric