convert.list2tab {EcoTroph}R Documentation

convert.list2tab

Description

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.

Usage

convert.list2tab(diagn.list)

Arguments

diagn.list

is the list object returned by the create.ETdiagnosis function.

Value

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.

Author(s)

Gatti Paul, Colleter Mathieu, Guitton Jerome.

See Also

create.ETdiagnosis

Examples

data(ecopath_guinee)
Liste=create.ETdiagnosis(create.ETmain(ecopath_guinee))
Tab=convert.list2tab(Liste)

[Package EcoTroph version 1.6 Index]