removenodes: Remove nodes from community.

View source: R/utility_functions.R

removenodesR 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"))

soilfoodwebs documentation built on May 31, 2023, 5:46 p.m.