plotAggregateCatchDataGG: Plot aggregate catch data

Description Usage Arguments Value

View source: R/plotAggregateCatchDataGG.R

Description

Plot aggregate (numbers or biomass) catch data from fisheries or surveys

Usage

1
2
3
4
plotAggregateCatchDataGG(label = NULL, obs = NULL, mod = NULL,
  ci = 0.95, pdfType = "normal", logscale = FALSE, xlab = "year",
  ylab = "", xlim = NULL, ylim = NULL, ggtheme = theme_grey(),
  showPlot = FALSE)

Arguments

label

- fishery or survey name

obs

- list of observed data

mod

- list of model-predicted data

ci

- confidence interval

pdfType

- pdf type for ci calculations

logscale

- flag to plot on log scale

xlab

- x axis title

ylab

- y axis title

xlim

- x axis limits

ylim

- y axis limits

ggtheme

- ggplot2 theme

showPlot

- flag to print plot immediately

Value

ggplot2 object


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