removenodes {soilfoodwebs}R Documentation

Remove nodes from community.

Description

Remove nodes from community.

Usage

removenodes(COMM, toremove)

Arguments

COMM

The community from which to remove nodes.

toremove

A vector of nodes to remove using their names.

Value

The community without the removed nodes.

Examples

removenodes(intro_comm, c("Predator"))

[Package soilfoodwebs version 1.0.2 Index]