plotSize {LBSPR} | R Documentation |
Plot the size data and model fits
Description
A function that plots size data and the fitted LBSPR model
Usage
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
)
Arguments
LB_obj |
an object of class |
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? |
warn.size |
numeric. Size of font for the warnings |
Value
a ggplot object
Author(s)
A. Hordyk
[Package LBSPR version 0.1.6 Index]