Description Usage Arguments Value Author(s) Examples
Remove graph nodes by residing subgraph sizes, vertex names and PageRank values.
1 | clean_graph(graph, size = NULL, vertices = NULL, pagerank = NULL)
|
graph |
(igraph) The graph to be cleaned. |
size |
(numeric) Subgraph size cutoff. |
vertices |
(character) Vertices to be kept. |
pagerank |
(numeric) PageRank cutoff. |
(igraph) Network updated "pagerank" as vertex attribute.
DING, HONGXU (hd2326@columbia.edu)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.