checkcomm {soilfoodwebs} | R Documentation |
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)
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? |
Value
The checked community.
Examples
checkcomm(intro_comm)
[Package soilfoodwebs version 1.0.2 Index]