plotEffNsGG: Plot input and estimated sample sizes from size frequency...

Description Usage Arguments Value

View source: R/plotEffNsGG.R

Description

Plot input and estimated sample sizes from size frequency fits using ggplot2.

Usage

1
2
3
4
plotEffNsGG(fits, mc, sxs = c(mc$dims$x$nms, "ALL SEX"),
  mss = c(mc$dims$m$nms, "ALL MATURITY"), scs = c(mc$dims$s$nms,
  "ALL SHELL"), label = "", ggtheme = theme_grey(), showPlot = TRUE,
  verbose = FALSE)

Arguments

fits

- list of fits

mc

- model configuration list

sxs

- character vector of sexes to plot

mss

- character vector of maturity states to plot

scs

- character vector of shell conditions to plot

label

- plot label

ggtheme

- ggplot2 theme

showPlot

- flag to show (print) plot immediately on current graphics device

verbose

- flag (T/F) to print diagnostic info

Value

list of ggplot2 plot objects


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.