convert.list2tab {EcoTroph} | R Documentation |
convert.list2tab enables to convert the list object returned by the create.ETdiagnosis function into a list of data.frames. These data.frames contain calculated variables by TL class and combinations of effort multipliers.
convert.list2tab(diagn.list)
diagn.list |
is the list object returned by the create.ETdiagnosis function. |
This function returns a list of data.frames : B, B_acc, P, P_acc, Kin, Kin_acc, Y, Fish_mort, Fish_mort_acc and ET_Main_diagnose.
Gatti Paul, Colleter Mathieu, Guitton Jerome.
create.ETdiagnosis
data(ecopath_guinee) Liste=create.ETdiagnosis(create.ETmain(ecopath_guinee)) Tab=convert.list2tab(Liste)