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

robertwbuchkowski/soilfoodwebs documentation built on May 2, 2024, 11:07 a.m.