Parm.plots: Graphically displays parameter and bound values for a...

View source: R/Parm.plots.R

Parm.plotsR Documentation

Graphically displays parameter and bound values for a stock-assessment model runs.

Description

Graphically displays parameter and bound values for a stock-assessment model runs.

Usage

Parm.plots(
  x,
  DataName = deparse(substitute(x)),
  graphics.type = NULL,
  bound.tol = 0.01
)

Arguments

x

an R list with output from the assessment models.

DataName

string used in plot titles. Defaults to argument x.

graphics.type

a vector of graphics file types to which graphics are saved. When NULL, no plots are saved.

bound.tol

the tolerance, as percentage of bound range, for flagging estimates close to bounds.

Value

Graphics

Author(s)

M Prager

E Williams

K Shertzer

R Cheshire

K Purcell

Examples


Parm.plots(gag)


rcheshire/FishGraph documentation built on Feb. 23, 2024, 11:27 a.m.