plotPop.RecSizeDistribution: Plot recruitment size distributions among several model runs

View source: R/plotPop.RecSizeDistribution.R

plotPop.RecSizeDistributionR Documentation

Plot recruitment size distributions among several model runs

Description

Function to plot recruitment size distributions among several model runs.

Usage

plotPop.RecSizeDistribution(
  mdfr,
  dodge = 0.2,
  xbnds = NULL,
  plotPoints = plotPoints,
  colour_scale = colour_scale,
  fill_scale = fill_scale,
  showPlot = TRUE,
  pdf = NULL,
  verbose = FALSE
)

Arguments

mdfr
  • melted dataframe

dodge
  • width to dodge overlapping series

xbnds
  • two-element vector with x-axis bound (or NULL)

plotPoints
  • flag to include points on plot

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 to print plot to current device

pdf
  • name for output pdf file

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

Details

None.

Value

ggplot object


wStockhausen/rCompTCMs documentation built on Aug. 27, 2024, 7:15 p.m.