plotPop.PrM2M: Function to plot probability of molt-to-maturity for several...

View source: R/plotPop.PrM2M.R

plotPop.PrM2MR Documentation

Function to plot probability of molt-to-maturity for several model runs

Description

Function to plot probability of molt-to-maturity for several model runs.

Usage

plotPop.PrM2M(
  mdfr,
  dodge = 0.2,
  xbnds = NULL,
  plotPoints = FALSE,
  colour_scale = NULL,
  fill_scale = NULL,
  showPlot = TRUE,
  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

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

Details

None.

Value

ggplot object


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