View source: R/SSplot_eqcurves.R
SSplot_eqcurves | R Documentation |
function to plot equilibrium yield curves
SSplot_eqcurves(
ss3rep,
Fref = c("MSY", "Btgt", "SPR", "F01")[2],
plot = TRUE,
verbose = TRUE,
msyline = NULL,
cex = 0.7
)
ss3rep |
from r4ss::SS_output |
Fref |
Choice of Fratio c("MSY","Btgt","SPR","F01"), correponding to F_MSY and F_Btgt |
base plot
Henning Winker (GFCM)
# MSY refpoints with pretty good yield 80% line
SSplot_eqcurves(ss3sma,Fref="MSY",msyline=0.8)
# SSB40 refpoints
SSplot_eqcurves(ss3phk,Fref="Btgt")
# SPR40 refpoints
SSplot_eqcurves(ss3phk,Fref="SPR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.