check.table {EcoTroph} | R Documentation |
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).
check.table(ecopath)
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). |
The user have the possibility to check its input table, notably the headings and values (no NA).
The check.table function returns notifications related to the input table and its reliability to run EcoTroph (problems in the headings or values).
Colleter Mathieu and Guitton Jerome.
data(ecopath_guinee) check.table(ecopath_guinee)