Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update definition of sb based on reviewer comments #50

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Imports:
mvbutils,
tools
Expand Down
25 changes: 12 additions & 13 deletions R/SpawningBiomass.R
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
#' Spawning Biomass (SB)
#'
#' 1. The total weight of all fish (both males and females)
#' in the population that contribute to reproduction. Often
#' conventionally defined as the biomass of all individuals
#' beyond “age at first maturity” or “size at first maturity,”
#' i.e. beyond the age or size class in which 50 percent of
#' the individuals are mature; 2. The total biomass of fish
#' of reproductive age during the breeding season of a
#' stock. Most often used as a proxy for measuring
#' egg production, the SSB depends on the abundance of
#' the various age classes composing the stock and their
#' past exploitation pattern, rate of growth, fishing and
#' natural mortality rates, onset of sexual maturity, and
#' environmental conditions.
#' The mass of fish (males and females or females only) in the
#' population that contribute to reproduction. Often conventionally
#' defined as the product of weight at age and the proportion
#' mature at age. Alternatively, it can be defined as the biomass of
#' all individuals at or above “age at 50 percent maturity” or “size
#' at 50 percent maturity” or the total biomass of fish of reproductive
#' age during the breeding season of a population. Spawning biomass depends on the
#' abundance of the various age classes composing the population and their
#' past exploitation pattern, rate of growth, fishing and natural mortality
#' rates, onset of sexual maturity, and environmental conditions. Most often
#' used as a proxy for measuring egg production.
#'
#'
#' @format
#' \describe{
Expand Down
Loading
Loading