Description Usage Arguments Value
Get an adjacency matrix from an edge data frame. If no weights are provided all weights are set to 1
1 | adjacencyMatFromDF(edges, nodes = NULL)
|
edges |
a data frame with columns a, b, and (optionally) weight |
nodes |
an array of the unique node IDs used in a, b (inferred if not provided) |
an adjacency matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.