Learn R Programming

soilfoodwebs (version 1.0.2)

removenodes: Remove nodes from community.

Description

Remove nodes from community.

Usage

removenodes(COMM, toremove)

Value

The community without the removed nodes.

Arguments

COMM

The community from which to remove nodes.

toremove

A vector of nodes to remove using their names.

Examples

Run this code
removenodes(intro_comm, c("Predator"))

Run the code above in your browser using DataLab