-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdata.R
More file actions
56 lines (53 loc) · 2.72 KB
/
Copy pathdata.R
File metadata and controls
56 lines (53 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# data.R - Documentation for the mse package datasets
# mse/R/data.R
# Copyright Iago MOSQUEIRA (WMR), 2020
# Author: Iago MOSQUEIRA (WMR) <iago.mosqueira@wur.nl>
#
# Distributed under the terms of the EUPL-1.2
#' A complete set of performance statistics
#'
#' A list containing a large number of performance statistics:
#' @format A named list with elements of class list, each containing three elements: a formula, a long name ('name'), and a description ('desc'), both of type 'character':
#' \describe{
#' \item{SB}{SB: Mean spawner biomass}
#' \item{SB0}{SB/SB\[0]: Mean spawner biomass relative to unfished}
#' \item{minSB0}{min(SB/SB\[0]): Minimum spawner biomass relative to unfished}
#' \item{SBMSY}{SB/SB\[MSY]: Mean spawnwer biomass relative to SBMSY}
#' \item{F}{F: Mean fishing mortality}
#' \item{Ftarget}{F/F\[target]: Mean fishing mortality relative to target}
#' \item{FMSY}{F/F\[MSY]: Mean fishing mortality relative to FMSY}
#' \item{green}{P(Green): Probability of being in Kobe green quadrant}
#' \item{orange}{P(Orange): Probability of being in Kobe orange quadrant}
#' \item{yellow}{P(Yellow): Probability of being in Kobe yellow quadrant}
#' \item{red}{P(Red): Probability of being in Kobe red quadrant}
#' \item{PSBMSY}{P(SB>=SB\[MSY]): Probability of SB greater or equal to SBMSY}
#' \item{PSBlim}{P(SB>SB\[limit]): Probability that spawner biomass is above SBlim}
#' \item{PSB20B0}{P(SB > 0.20 %*% SB\[0]): Probability that spawner biomass is above 20% SB[0]}
#' \item{risk1}{mean(P(SB<B\[limit])): ICES Risk 1, mean probability that spawner biomass is below Blim}
#' \item{risk2}{once(P(SB<B\[limit])): ICES Risk 2, probability that spawner biomass is above Blim once}
#' \item{risk3}{max(P(SB>B\[limit])): ICES Risk 3, max probability that spawner biomass is above Blim}
#' \item{C}{mean(C): Mean catch over years}
#' \item{CMSY}{C/MSY: Mean proportion of MSY}
#' \item{AAVC}{AAV(C): Average annual variability in catch}
#' \item{IACC}{IAC(C): Percentage inter-annual change in catch}
#' \item{PC0}{P(shutdown): Probability of fishery shutdown, defined as catch less than 10% of MSY}
#' }
#' @docType data
#' @keywords datasets
#' @name statistics
#' @usage data(statistics)
NULL
#' FLom object
#'
#' Aliquam sagittis feugiat felis eget consequat. Praesent eleifend dolor massa,
#' vitae faucibus justo lacinia a. Cras sed erat et magna pharetra bibendum quis in
#' mi. Sed sodales mollis arcu, sit amet venenatis lorem fringilla vel. Vivamus vitae
#' ipsum sem. Donec malesuada purus at libero bibendum accumsan. Donec ipsum sapien,
#' feugiat blandit arcu in, dapibus dictum felis.
#'
#' @docType data
#' @keywords datasets
#' @format An object of class *FLom*.
#' @name plesim
#' @rdname plesim
NULL