renamenode {soilfoodwebs} | R Documentation |
Rename a node in a community.
Description
Rename a node in a community.
Usage
renamenode(COMM, oldname, newname)
Arguments
COMM |
The community from which to remove nodes. |
oldname |
The node's old name |
newname |
The node's new name |
Value
The community with the new name.
Examples
renamenode(intro_comm, oldname = "Predator", newname = "NewPredator")
[Package soilfoodwebs version 1.0.2 Index]