F.age.plot: The routine 'F.age.plots' provides a time series plot of...

F.age.plotR Documentation

The routine F.age.plots provides a time series plot of fishing mortality at age for all ages. Plots are of absolute estimated F at age.

Description

The routine F.age.plots provides a time series plot of fishing mortality at age for all ages. Plots are of absolute estimated F at age.

Usage

F.age.plot(
  x,
  DataName = deparse(substitute(x)),
  draft = TRUE,
  graphics.type = NULL,
  use.color = TRUE,
  legend.pos = "topleft"
)

Arguments

x

an R list with output from the assessment model

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.

use.color

binary to determine if use default R colors (FALSE) or create using rainbow and number of ages (TRUE). default=TRUE

legend.pos

a text string compatible with the legend function of R. Defines the position of the legend (ex. "bottomright","bottom",etc.)

Value

Graphics

Author(s)

M Vincent

Examples


F.age.plot(gag)


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