View source: R/compareResults.Pop.Abundance.R
| compareResults.Pop.Abundance | R Documentation | 
This function compares estimated population abundance by year among several models.
compareResults.Pop.Abundance(
  objs,
  cast = "x",
  facet_grid = NULL,
  facet_wrap = NULL,
  dodge = 0.2,
  years = "all",
  mxy = 15,
  nrow = 5,
  lnscale = FALSE,
  scales = "fixed",
  plotPoints = TRUE,
  colour_scale = NULL,
  fill_scale = NULL,
  showPlot = FALSE,
  pdf = NULL,
  verbose = FALSE
)
| objs | 
 | 
| cast | 
 | 
| facet_grid | 
 | 
| facet_wrap | 
 | 
| dodge | 
 | 
| years | 
 | 
| mxy | 
 | 
| nrow | 
 | 
| lnscale | 
 | 
| scales | 
 | 
| plotPoints | 
 | 
| colour_scale | 
 | 
| fill_scale | 
 | 
| showPlot | 
 | 
| pdf | 
 | 
| verbose | 
 | 
If 'z' is a cast'ing factor, then a set of annual size composition plots are produced. Otherwise,
a set of time series plots are produced. Results are extracted using rTCSAM2013::getMDFR.Pop.Abundance,
rsimTCSAM::getMDFR.Pop.Abundance, and/or rTCSAM02::getMDFR.Pop.Abundance, as appropriate, and
cast to aggregate. This differs from compareResults.Pop.Abundance1.
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.