Learn R Programming

soilfoodwebs (version 1.0.2)

renamenode: Rename a node in a community.

Description

Rename a node in a community.

Usage

renamenode(COMM, oldname, newname)

Value

The community with the new name.

Arguments

COMM

The community from which to remove nodes.

oldname

The node's old name

newname

The node's new name

Examples

Run this code
renamenode(intro_comm, oldname = "Predator", newname = "NewPredator")

Run the code above in your browser using DataLab