View source: R/compareFits.AbundanceData.R
| compareFits.AbundanceData | R Documentation | 
Function to compare fits to abundance time series by fleet among several model runs.
compareFits.AbundanceData(
  objs = NULL,
  fleets = "all",
  fleet.type = c("survey", "fishery"),
  catch.type = c("index", "retained", "discard", "total"),
  ci = 0.8,
  fishery.pdfType = c("norm2", "normal", "lognormal"),
  numRecent = 15,
  plot1stObs = TRUE,
  scales = "free_y",
  position = position_dodge(0.3),
  pdf = NULL,
  showPlot = FALSE,
  verbose = FALSE
)
| objs | 
 | 
| fleets | 
 | 
| fleet.type | 
 | 
| catch.type | 
 | 
| ci | 
 | 
| fishery.pdfType | 
 | 
| numRecent | 
 | 
| plot1stObs | 
 | 
| scales | 
 | 
| position | 
 | 
| pdf | 
 | 
| showPlot | 
 | 
| verbose | 
 | 
Uses rTCSAM2013::getMDFR.SurveyQuantities(),
rTCSAM2013::getMDFR.FisheryQuantities(), rTCSAM02::getMDFR.Fits.FleetData().
Also uses wtsUtilities::printGGList.
Non-nested list of ggplot2 objects, with captions as names, or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.