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 = TRUE)

Arguments

LB_obj

an object of class 'LB_obj' that contains the life history and fishing information

size.axtex

size of the axis text

size.title

size of axis title

Title

optional character string for plot title

scales

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")

inc.text

Include text on plotting warning of high F or selectivity estimates?

Value

a ggplot object