Skip to contents

This function takes a matrix and creates an unordered version of its connections, combining upper and lower triangular elements.

Usage

# S3 method for class 'ordered.ena.connections'
as.unordered(x)

Arguments

x

A matrix or data frame containing the connections. The input should be a square matrix.

Value

A data.table with ordered connections, reclassified as "unordered.ena.connections", "ena.connections", and "ena.matrix".