check.table {EcoTroph}R Documentation

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 infinite fishing effort).

Details

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

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)

Author(s)

Colleter Mathieu and Guitton Jerome.

References

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

Examples

data(ecopath_guinee)
ecopath_guinee
check.table(ecopath_guinee)

[Package EcoTroph version 1.1 Index]