plotRecruits.SexRatio: Plot time series of TCSAM 2015 model sex ratio for recruits

Description Usage Arguments

View source: R/plotRecruits.SexRatio.R

Description

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

Usage

1
2
3
4
plotRecruits.SexRatio(res, xlab = "model year",
  ylab = "recruitment sex fraction (males)", xlim = NULL, ylim = c(0, 1),
  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

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.