meanTrophicLevel: meanTrophicLevel INPUT = network data object, min trophic...

View source: R/meanTrophicLevel.r

meanTrophicLevelR Documentation

meanTrophicLevel INPUT = network data object, min trophic level choice OUTPUT = mean trophic level

Description

==============================

Usage

meanTrophicLevel(x = "model", minTL = 2)

Arguments

x

a network object. This includes all weighted flows into and out of each node. The model needs to be at steady-state

minTL

is the minimum trophic level to be included in the calculation fo the mean trophic level. The default is 2, but users often use 3.25 and 4.

Author(s)

Stuart R. Borrett

Examples


data(enaModels)
meanTrophicLevel(enaModels[[12]], minTL = 3.25)

SEELab/enaR documentation built on April 29, 2023, 8:40 a.m.