View source: R/table-summary.R
FSP_summary | R Documentation |
A wrapper function that returns biomass and F estimates for a set of conditioned operating models to support reporting for the Fish Stocks Provisions.
FSP_summary(
rcm,
scenario = paste("Scenario", 1:length(rcm)),
MPD = FALSE,
LRP = 0.4,
USR = 0.8,
FUN = median,
ref = rep(TRUE, length(rcm))
)
rcm |
A list containing RCModel objects. |
scenario |
A character vector of names corresponding to rcm. |
MPD |
Logical, whether to plot individual simulations (FALSE) or from the single fit (TRUE) in RCModel@mean_fit. |
LRP |
The fraction of BMSY for the limit reference point |
USR |
The fraction of BMSY for the upper stock reference |
FUN |
Function for summarizing results across simulations for each scenario, e.g., median or mean. Set to NULL to return values from all simulations. |
ref |
A logical vector to identify reference operating models for the summary statistics |
A data frame with:
B0
R0
h
M
Bt (terminal year spawning biomass)
Ft (terminal year fishing mortality)
BMSY
FMSY
MSY
LRP (absolute magnitude)
USR (absolute magnitude)
LRP_B0 (ratio of LRP to B0)
USR_B0 (ratio of USR to B0)
B_BMSY
p_LRP (probability above the LRP)
p_USR (probability above USR)
p_BMSY (probability above BMSY)
F_FMSY
p_FMSY (probability below FMSY)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.