A function that plots the estimates of the LBSPR with a smoother line
plotEsts(
LB_obj = NULL,
pars = c("Sel", "FM", "SPR"),
Lwd = 2.5,
ptCex = 1.25,
axCex = 1.45,
labCex = 1.55,
doSmooth = TRUE,
incL50 = FALSE,
CIcol = "darkgray",
L50col = "gray"
)
an object of class 'LB_obj'
that contains the life history and fishing information
a character vectors specifying which plots to create
line width
size of plotted points
size of the axis
size of axis label
apply the smoother?
include L50 line?
colour of the confidence interval bars
colour of L50 line (if included)