Utilities for creating and interacting with graph objects.
1 | create_graph(A, mode = NULL, remove_self_loops = T)
|
A |
input MATRIX |
mode |
Character scalar, specifies how igraph should interpret the supplied matrix. |
remove_self_loops |
If True, remove the diagonal of the matrix before creating the graph object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.