Learn R Programming

soilfoodwebs (version 1.0.2)

checkcomm: A function check the community for errors before it is used in calculations.

Description

A function check the community for errors before it is used in calculations.

Usage

checkcomm(usin, shuffleTL = FALSE, rmzeros = TRUE, verbose = TRUE)

Value

The checked community.

Arguments

usin

The community to check.

shuffleTL

A Boolean stating whether the community should be sorted.

rmzeros

A Boolean determining whether trophic species with zero biomass should be removed from the community.

verbose

A Boolean. Do you want to see all the warnings?

Examples

Run this code
checkcomm(intro_comm)

Run the code above in your browser using DataLab