View source: R/project_methods.R
mizerFMortGear | R Documentation |
Calculates the fishing mortality rate F_{g,i,w}
by gear, species and
size.
This is a helper function for mizerFMort()
.
mizerFMortGear(params, effort)
params |
A MizerParams object |
effort |
A vector with the effort for each fishing gear. |
An three dimensional array (gear x species x size) with the fishing mortality
Here: fishing mortality = catchability x selectivity x effort.
setFishing()
Other mizer rate functions:
mizerEGrowth()
,
mizerERepro()
,
mizerEReproAndGrowth()
,
mizerEncounter()
,
mizerFMort()
,
mizerFeedingLevel()
,
mizerMort()
,
mizerPredMort()
,
mizerPredRate()
,
mizerRDI()
,
mizerRates()
,
mizerResourceMort()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.