View source: R/utility_functions.R
renamenode | R Documentation |
Rename a node in a community.
renamenode(COMM, oldname, newname)
COMM |
The community from which to remove nodes. |
oldname |
The node's old name |
newname |
The node's new name |
The community with the new name.
renamenode(intro_comm, oldname = "Predator", newname = "NewPredator")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.