View source: R/compareFits.SingleYearSizeComps.R
| compareFits.SingleYearSizeComps | R Documentation | 
Function to compare fits to single-year size comps by fleet among several model runs.
compareFits.SingleYearSizeComps(
  objs = NULL,
  mdfr = NULL,
  fleets = "all",
  fleet.type = c("survey", "fishery"),
  catch.type = c("index", "retained", "discard", "total"),
  years = "all",
  colour = "case",
  facets = x + m + s ~ .,
  scales = "fixed",
  plot1stObs = TRUE,
  useBars = TRUE,
  usePins = FALSE,
  usePinsAndPts = FALSE,
  useLines = TRUE,
  usePoints = TRUE,
  pinSize = 0.2,
  lineSize = 0.2,
  pointSize = 1,
  alpha = 0.5,
  stripText = ggplot2::element_text(),
  pdf = NULL,
  showPlot = FALSE,
  verbose = FALSE
)
objs | 
  | 
mdfr | 
  | 
fleets | 
  | 
fleet.type | 
  | 
catch.type | 
  | 
years | 
  | 
colour | 
  | 
facets | 
  | 
scales | 
  | 
plot1stObs | 
  | 
useBars | 
  | 
usePins | 
  | 
usePinsAndPts | 
  | 
useLines | 
  | 
usePoints | 
  | 
pinSize | 
  | 
lineSize | 
  | 
pointSize | 
  | 
alpha | 
  | 
stripText | 
  | 
pdf | 
  | 
showPlot | 
  | 
verbose | 
  | 
Uses extractFits.SizeComps() to extract results.
Also uses wtsUtilities::printGGList().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.