Stage 1 shows size spectra, biomass and predicted versus observed yield Stage 2 shows the pannel of fisheries effort versus yield Stage 3 shows the pannel of growth curves

plotCalibration(
  sim,
  catch_dat = NULL,
  stage = 1,
  wlim = c(0.1, NA),
  power = 1,
  effortRes = 10
)

Arguments

stage

Numeric values which determines the function's output. Range from 1 to 3. Default is 1.

wlim

A numeric vector of length two providing lower and upper limits for the x axis. Use NA to refer to the existing minimum or maximum. Default is c(0.001,NA).

power

The abundance is plotted as the number density times the weight raised to power. The default power = 1 gives the biomass density, whereas power = 2 gives the biomass density with respect to logarithmic size bins.