View source: R/namesToAdjacencyKey.R
namesToAdjacencyKey | R Documentation |
Convert a vector of strings, representing names of a square matrix, to an adjacency
namesToAdjacencyKey(vector, upper_triangle = TRUE)
vector |
Vector representing the names of a square matrix |
upper_triangle |
Not Implemented |
Returns a matrix of 2 rows by choose(length(vector), 2) columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.