A function that plots the Relative Yield, YPR, SPR, SSB, and Recruitment curves
plotCurves(
LB_obj,
X = c("FM", "SSB", "SPR"),
Y = c("SPR", "SSB", "Yield"),
size.axtex = 12,
size.title = 14,
size.leg = 12,
size.pt = 4,
inc.pts = TRUE
)
An object of class 'LB_obj'
that contains the life history and fishing information
a character value indicating what to plot on the x-axis: F/M ("FM"
) or SSB ("SSB"
)
a character value indicating what to plot on the y-axis: SPR
, SSB
, Yield
, YPR
or Rec
(multiple okay)
size of the axis text
size of axis title
size of legend text
size of the points on the plots
Include points on the plots?
a ggplot object