View source: R/utility_functions.R
removenodes | R Documentation |
Remove nodes from community.
removenodes(COMM, toremove)
COMM |
The community from which to remove nodes. |
toremove |
A vector of nodes to remove using their names. |
The community without the removed nodes.
removenodes(intro_comm, c("Predator"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.