plotMajuro | R Documentation |
Plots the new proposed ICES advice rule
plotMajuro(
ftgt = 1,
fthresh = 1.1,
btgt = 1,
blim = 0.1,
btrigger = 0.8 * btgt,
bthresh = 0.5 * btgt,
bclose = 0,
fmin = 0,
obs = "missing",
kobe = TRUE,
alpha = 1,
xmax = 1.5,
ymax = 1.5,
ylab = "missing",
xlab = "missing",
rel = FALSE,
expand = TRUE,
labels = TRUE,
critical = kobe
)
ftgt |
Target F = min(Fbrp,Fp0.5) |
btgt |
Biomass target corresponding to Fbrp |
blim |
biomass limit |
btrigger |
biomass trigger below which F is linearly reduced |
bthresh |
biomass threshold beyond which biomass is classified sustainable |
bclose |
biomass that invokes fishing closure |
fmin |
minimum allowable (bycatch) fishing mortality under closure |
obs |
obtion to show observation with input class 'FLStock' |
kobe |
add kobe colour-coding |
alpha |
transparency of shading |
xmax |
multiplier for upper default xlim |
ymax |
multiplier for upper default ylim |
ylab |
option customize ylab |
xlab |
option customize xlab |
rel |
option to denote x,y labs as relative B/Btgt and F/Ftgt |
expand |
option to expand the plot area to border - default TRUE |
labels |
annotate reference point labels |
critical |
option to highlight critical zone below blim |
ggplot
plotMajuro()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.