plotCatchAtAge: Catch at Age plot

Description Usage Arguments Details Examples

View source: R/RECAplots.R

Description

Plots estimated total catch at age for each age group. Constructs equal tailed credibility intervals (The probability mass above and below the interval is approximatelty the same).

Usage

1
2
plotCatchAtAge(prediction, unit = "millions", plusGroup = NULL,
  credibility = 0.95, title = NULL)

Arguments

prediction

as returned by eca.predict or runRECA.

unit

unit of reported estimates. See details.

plusGroup

Fish this age or older will be grouped in plot

credibility

The desired credibility for credibility intervals.

title

Title for plot

Details

parameter 'unit' supports:

number

Catch at age as number of fish

thousands

Catch at age as number of fish in thousands

millions

Catch at age as number of fish in millions

kg

Catch at age as mass in kilogrammes

T

Catch at age as mass in tons

kT

Catch at age as mass in kilotonnes

Examples

1

edvinf/prepRECA documentation built on Nov. 11, 2019, 6:30 a.m.