View source: R/compareFits.MeanSizeComps.R
| compareFits.MeanSizeComps | R Documentation | 
Function to compare fits to mean size comps by fleet among several model runs.
compareFits.MeanSizeComps(
  objs = NULL,
  mdfr = NULL,
  fleets = "all",
  fleet.type = c("survey", "fishery"),
  catch.type = c("index", "retained", "discard", "total"),
  years = "all",
  ci = 0.8,
  plot1stObs = TRUE,
  facet_grid = "m+s~x",
  scales = "free_y",
  linesize = 1,
  pdf = NULL,
  showPlot = FALSE,
  verbose = FALSE
)
| objs | 
 | 
| mdfr | 
 | 
| fleets | 
 | 
| fleet.type | 
 | 
| catch.type | 
 | 
| years | 
 | 
| ci | 
 | 
| plot1stObs | 
 | 
| facet_grid | 
 | 
| scales | 
 | 
| linesize | 
 | 
| pdf | 
 | 
| showPlot | 
 | 
| verbose | 
 | 
Uses extractFits.MeanSizeComps() to extract data.
Also uses reshape2::dcast(), wtsUtilities::calcCIs(), wtsUtilities::printGGList().
list of ggplot2 objects, with captions as names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.