Skip to content

Commit b11a44d

Browse files
committed
Fixed typo in model description and used F for fishing mortality instead of \mu_f.
1 parent b6a51a1 commit b11a44d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R/rate_functions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ getFMortGear <- function(object, effort, time_range) {
508508
#' how fishing gears are set up.
509509
#'
510510
#' The total fishing mortality is just the sum of the fishing mortalities
511-
#' imposed by each gear, \eqn{\mu_{f.i}(w)=\sum_g F_{g,i,w}}.
511+
#' imposed by each gear, \eqn{F_i(w)=\sum_g F_{g,i,w}}.
512512
#' The fishing mortality for each gear is obtained as catchability x
513513
#' selectivity x effort.
514514
#'

man/getFMort.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/model_description.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,11 @@ depend allometrically on the maximum size:
365365
The fishing parameters for the model are set up with `setFishing()`, where
366366
you can find the details of how to set up gears with different selectivities
367367
and the capabilities of different species.
368-
Fishing mortality $\mu_{f.i}(w)$ is calculated with the function `getFMort()`.
368+
Fishing mortality $F_i(w)$ is calculated with the function `getFMort()`.
369369

370370
## Total mortality
371371
The total mortality rate
372-
\[\mu_i(w)=\mu_{p.i}(w)+\mu_{ext,u}(w)+\mu_{f.i}(w)\]
372+
\[\mu_i(w)=\mu_{p.i}(w)+\mu_{ext.i}(w)+F_i(w)\]
373373
is calculated with the function `getMort()`.
374374

375375

@@ -397,9 +397,9 @@ total rate of energy investment can then be converted to a total rate of
397397
egg production $R_{p.i}$ (numbers per year):
398398
\begin{equation}
399399
\label{eq:Rp}
400-
R_{p.i} = \frac{\epsilon}{2 w_0} \int N_i(w) E_{r.i}(w) \psi_i(w) \, dw,
400+
R_{p.i} = \frac{\epsilon_i}{2 w_0} \int N_i(w) E_{r.i}(w) \psi_i(w) \, dw,
401401
\end{equation}
402-
Here the total rate of investment is multiplied by an efficiency factor $\epsilon$
402+
Here the total rate of investment is multiplied by an efficiency factor $\epsilon_i$
403403
and then dividing by the egg weight $w_0$ to convert the energy into number of eggs.
404404
The result is multiplied by a factor $1/2$ to take into account that only
405405
females reproduce. This rate of potential egg production is calculated with

0 commit comments

Comments
 (0)