mf.diagnosis {EcoTroph} | R Documentation |
Effort multiplier diagnosis
Description
Effort multiplier diagnosis
Usage
mf.diagnosis(
x,
ET_Main,
catch.list,
TL_out,
fleet,
n.fleet,
Fish_mort_ref,
Fish_mort_acc_ref,
B.Input,
Beta,
TopD,
FormD,
TLpred,
n.TL,
range.TLpred,
lim.high.TL,
range.highTL
)
Arguments
x |
is the list object returned by the create.ETdiagnosis function. |
ET_Main |
is the list object returned by the create.ETmain function. |
catch.list |
catches for each fleet |
TL_out |
Maximum TL to consider |
fleet |
List of available fleet |
n.fleet |
Number of fleet |
Fish_mort_ref |
Fishing mortality |
Fish_mort_acc_ref |
Accessible Fisshing mortality |
B.Input |
Biomass |
Beta |
Beta parameters of the formula |
TopD |
Parameters of the formula |
FormD |
Parameters of the formula |
TLpred |
Trophic level for predators |
n.TL |
Number of trophic levels |
range.TLpred |
Range of trophic level for predators |
lim.high.TL |
Limit for high trophic levels |
range.highTL |
Range for High trophic levels |
[Package EcoTroph version 1.6.1 Index]