plotAggregateCatchData: Plot aggregate catch data

Description Usage Arguments

View source: R/plotAggregateCatchData.R

Description

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

Usage

1
2
3
4
plotAggregateCatchData(name = NULL, obs = NULL, mod = NULL,
  logscale = FALSE, pch = c(21, 22, 23), lty = c(2, 1, 1), lwd = c(2, 2,
  2), col = c("green", "blue", "black"), xlab = "year", ylab = "",
  xlim = NULL, ylim = NULL, plot.legend = TRUE)

Arguments

name

- fishery or survey name

obs

- list of observed data

mod

- list of model-predicted data

logscale

- flag (T/F) to plot on ln-scale

pch

- vector of point types to use (for observed data)

lty

- vector of line types to use (for model-predicted data)

lwd

- vector of line widths

col

- vector of colors to use for points and lines

xlab

- x axis title

ylab

- y axis title

xlim

- x axis limits

ylim

- y axis limits

plot.legend

- flag (T/F) to include a legend


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