convert.list2tab {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
convert.list2tab(diagn.list)
Arguments
diagn.list |
is the list object returned by the create.ETdiagnosis function. |
Examples
data(ecopath_guinee)
Liste=create.ETdiagnosis(create.ETmain(ecopath_guinee))
Tab=convert.list2tab(Liste)
[Package EcoTroph version 1.6.1 Index]