adjMatrix | R Documentation |
Get adjacency matrix from list of edges
adjMatrix(edges, n, directed = FALSE, sparse = FALSE)
edges |
list or matrix giving edges |
n |
total number of vertices, defaults to maximal value |
directed |
logical: if |
sparse |
logical: use a sparse matrix? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.