View source: R/componentize_matrix.r
componentize_matrix | R Documentation |
Break up an Adjacency Matrix by Components
componentize_matrix(
x,
comp_name = "component",
adj_mat_name = "adj_mat",
size_name = "size"
)
x |
an adjacency matrix |
comp_name |
the name of the output component column. Default "component". |
adj_mat_name |
the name of the output adjacency matrix. Default "adj_mat". |
size_name |
the name of the column denoting the component size. Default "size". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.