plotCurves {LBSPR} | R Documentation |
Plot the Relative Yield, YPR, SPR, SSB, and Recruitment curves
Description
A function that plots the Relative Yield, YPR, SPR, SSB, and Recruitment curves
Usage
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
)
Arguments
LB_obj |
An object of class |
X |
a character value indicating what to plot on the x-axis: F/M ( |
Y |
a character value indicating what to plot on the y-axis: |
size.axtex |
size of the axis text |
size.title |
size of axis title |
size.leg |
size of legend text |
size.pt |
size of the points on the plots |
inc.pts |
Include points on the plots? |
Value
a ggplot object
Author(s)
A. Hordyk
[Package LBSPR version 0.1.6 Index]