Learn R Programming

EcoTroph (version 1.4)

check.table: check Ecopath Table Function

Description

This function enables the verification of the entry table for all the EcoTroph routine. A model is available in the provided example : data(ecopath_guinee).

Usage

check.table(ecopath)

Arguments

ecopath
is the table returned by the Ecopath routine. The different variables are the group name, its trophic level, biomass, production and consumption ratio, catches, omnivory index and accessibility (fraction of the group that can be catch supposing an infinit

Value

  • The check.table function returns notifications related to the ecopath entry table and its viability in the EcoTroph routine (problems in the headings or values)

Details

The user have the possibility to check its entry table with the headings and the values (no NA)

References

Gascuel et al. (2009) EcoTroph (ET): a trophic level based software for assessing the impacts of fishing on aquatic ecosystems.

Examples

Run this code
data(ecopath_guinee)
ecopath_guinee
check.table(ecopath_guinee)

Run the code above in your browser using DataLab