A function that creates a circle plot showing the estimated SPR relative to the target and limit reference points
plotSPRCirc(
LB_obj = NULL,
SPRTarg = 0.4,
SPRLim = 0.2,
useSmooth = TRUE,
Title = FALSE,
Leg = TRUE,
limcol = "#ff1919",
targcol = "#f2ff02",
abtgcol = "#32ff36",
labcol = NULL,
bgcol = "#FAFAFA",
labcex = 2,
texcex = 1.3
)
an object of class 'LB_obj'
that contains the life history and fishing information
a numeric value specifying the SPR target
a numeric value specifying the SPR limit
use the smoothed estimates? Usually would want to do this
include the title?
include the legend?
colour for SPR Limit (hex; default is red)
colour for SPR target (hex; default is yellow)
colour for above SPR target (hex; default is green)
optional fixed colour for estimated SPR label
colour for the background
size for the estimated SPR label
size for estimated other labels