A function that plots size data and the fitted LBSPR model
plotSize(
LB_obj = NULL,
size.axtex = 12,
size.title = 14,
Title = NULL,
scales = c("fixed", "free_x", "free_y", "free"),
inc.text = FALSE,
warn.size = 0.8
)
an object of class 'LB_obj'
that contains the life history and fishing information
size of the axis text
size of axis title
optional character string for plot title
argument to ggplot2 function. Are scales shared across all facets (the default, "fixed"), or do they vary across rows ("free_x"), columns ("free_y"), or both rows and columns ("free")
Include text on plotting warning of high F or selectivity estimates?
numeric. Size of font for the warnings
a ggplot object