SSplot_eqcurves: SSplot_eqcurves()

View source: R/SSplot_eqcurves.R

SSplot_eqcurvesR Documentation

SSplot_eqcurves()

Description

function to plot equilibrium yield curves

Usage

SSplot_eqcurves(
  ss3rep,
  Fref = c("MSY", "Btgt", "SPR", "F01")[2],
  plot = TRUE,
  verbose = TRUE,
  msyline = NULL,
  cex = 0.7
)

Arguments

ss3rep

from r4ss::SS_output

Fref

Choice of Fratio c("MSY","Btgt","SPR","F01"), correponding to F_MSY and F_Btgt

Value

base plot

Author(s)

Henning Winker (GFCM)

Examples

# 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") 

jabbamodel/ss3diags documentation built on Oct. 8, 2024, 11:49 p.m.