| connectivity.matrix.from.edge.list | R Documentation |
Convert an edge list to a connectivity matrix.
connectivity.matrix.from.edge.list(edge_list)
edge_list |
data.frame with the columns 'source', 'target' and 'weight'. |
named list with entries 'matrix' (the connectivity matrix) and 'names' (the node names).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.