kobe: Kobe plot

View source: R/kobe.R

kobeR Documentation

Kobe plot

Description

This function create a kobe plot from JJM model outputs

Usage

kobe(
  obj,
  add = FALSE,
  col = "black",
  stock = 1,
  Bref = 1,
  Fref = 1,
  Blim = Bref,
  Flim = Fref,
  xlim = NULL,
  ylim = NULL,
  engine = "ggplot",
  ...
)

Arguments

obj

a jjm model outputs object.

add

boolean, add to an existing kobe plot?

col

color for the lines and points.

stock

Number of the stock chosen for the kobe plot.

Bref

Reference point for B/B_MSY, default=1.

Fref

Reference point for F/F_MSY, default=1.

Blim

Limit reference point for B/B_MSY, default=0.5.

Flim

Limit reference point for F/F_MSY, default=1.5.

xlim

'x' axis limits.

ylim

'y' axis limits.

...

Additional parameters passed to plot.

Examples

## Not run: 
kobe(model)

## End(Not run)

SPRFMO/jjmr documentation built on Aug. 6, 2024, 3:12 p.m.