check.table {EcoTroph}R Documentation

Check Ecopath table function

Description

This function enables the verification of input tables based on EwE data and used in the EcoTroph routine. A template is provided in the example: data(ecopath_guinee).

Usage

check.table(ecopath)

Arguments

ecopath

is the input table used in ET. The different variables are the group name, its trophic level, biomass, production, catches, omnivory index and accessibility (fraction of the group that can be catch assuming an infinite fishing effort).

Details

The user have the possibility to check its input table, notably the headings and values (no NA).

Value

The check.table function returns notifications related to the input table and its reliability to run EcoTroph (problems in the headings or values).

Author(s)

Colleter Mathieu and Guitton Jerome.

Examples

data(ecopath_guinee)
check.table(ecopath_guinee)

[Package EcoTroph version 1.6 Index]