plotRecruits: Plot time series of TCSAM 2015 model recruits

Description Usage Arguments

View source: R/plotRecruits.R

Description

Plots the recruitment time series from a TCSAM 2015 model run.

Usage

1
2
3
4
plotRecruits(res, logscale = FALSE, xlab = "model year",
  ylab = "recruits", xlim = NULL, ylim = NULL, clr = "blue",
  pts.plot = TRUE, pts.type = 21, pts.siz = 8, line.plot = TRUE,
  line.wd = 2, line.type = 1, overplot = FALSE)

Arguments

res

- list object from TCSM 2015 model report file

logscale

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

xlab

- x axis title

ylab

- y axis title

xlim

- x axis limits

ylim

- y axis limits

clr

- line/points color

pts.plot

- flag (T/F) to plot points

pts.type

- type of point to plot (pch from 'par')

pts.siz

- point size

line.plot

- flag (T/F) to plot line

line.wd

- line width (lwd from par)

line.type

- type of line (lty from 'par')

overplot

- flag (T/F) to plot the data on an existing plot


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