ALRuns.plots: Function that takes the output from an assessment and...

View source: R/Runs.tests.R

ALRuns.plotsR Documentation

Function that takes the output from an assessment and produces plots of the runs test for the age and length composition.

Description

Function that takes the output from an assessment and produces plots of the runs test for the age and length composition.

Usage

ALRuns.plots(
  x,
  DataName = deparse(substitute(x)),
  draft = TRUE,
  graphics.type = NULL,
  log.resid = TRUE
)

Arguments

x

an R list with output from the assessment models.

DataName

string used in plot titles. Defaults to argument x.

draft

modifies plots for use in a report. When FALSE main titles are omitted.

graphics.type

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

log.resid

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