plotCatch: Plot the reported catch data

Description Usage Arguments Value Examples

View source: R/outputFunctions.R

Description

Plot the reported catch data.

Usage

1
2
3
4
5
6
7
plotCatch(
  catch = cdata,
  width = 9,
  height = 7,
  position = "dodge",
  grDev = FALSE
)

Arguments

catch

Reported catcj data

width

Figure width

height

Figure height

position

Position of bars: If Pup catch and 1+ catch next to each other use position = "dodge" (default). On top of each other use position = "stack"

grDev

Logical parameter to decide wether to open a OS independent graphical window

Value

plot Returns a plot of predicted population size for different population components

Examples

1
plotCatch(data$Cdata)

NorskRegnesentral/rSPAMM documentation built on Nov. 16, 2020, 10:58 p.m.