R/namesToAdjacencyKey.R
namesToAdjacencyKey.Rd
Convert a vector of strings, representing names of a square matrix, to an adjacency
namesToAdjacencyKey(vector, upper_triangle = TRUE)
Vector representing the names of a square matrix
Not Implemented
Returns a matrix of 2 rows by choose(length(vector), 2) columns