Convert Ordered Row Connections to Unordered (S3 method)
as.unordered.ordered.row.connections.RdThis S3 method takes a matrix or data frame of ordered row connections (e.g., from ONA) and produces an unordered version by summing upper and lower triangular elements for each connection.
Usage
# S3 method for class 'ordered.row.connections'
as.unordered(x)