compareResults.Pop.MatureBiomass: Function to compare mature biomass-at-mating estimates by...

View source: R/compareResults.Pop.MatureBiomass.R

compareResults.Pop.MatureBiomassR Documentation

Function to compare mature biomass-at-mating estimates by year among several models

Description

This function compares mature biomass-at-mating estimates by year among several models.

Usage

compareResults.Pop.MatureBiomass(
  objs,
  numRecent = 15,
  dodge = 0.2,
  plotPoints = TRUE,
  colour_scale = NULL,
  fill_scale = NULL,
  showPlot = FALSE,
  pdf = NULL,
  verbose = FALSE
)

Arguments

objs
  • list of resLst objects

numRecent
  • number of "recent" years to plot

dodge
  • width to dodge overlapping series

plotPoints
  • flag to include points

colour_scale
  • ggplot2 colour scale to substitute for default (if not NULL)

fill_scale
  • ggplot2 fill scale to substitute for default (if not NULL)

showPlot
  • flag (T/F) to show plot

pdf
  • creates pdf, if not NULL

verbose
  • flag (T/F) to print diagnostic information

Details

uses rCompTCMs::extractMDFR.Pop.MatureBiomass, and plotMDFR.XY.

Value

ggplot2 object


wStockhausen/rCompTCMs documentation built on Sept. 12, 2023, 3:13 p.m.