Learn R Programming

soilfoodwebs (version 1.0.2)

TLcheddar: Calculates the trophic level for each tropospecies

Description

Calculates the trophic level for each tropospecies

Usage

TLcheddar(W)

Value

A vector of trophic level assignments. The base of the food chain is 0.

Arguments

W

A matrix of trophic species. Rows eat columns.

Details

This function is a subset of code provided in the package Cheddar written by Lawrence Hudson, Dan Reuman and Rob Emerson. It is licensed under a BSD_2_clause, the text of which is provided as a comment in the function code. The original package can be found on CRAN or at https://github.com/quicklizard99/cheddar/

Examples

Run this code
TLcheddar(intro_comm$imat)

Run the code above in your browser using DataLab