Left column (top to bottom) is: size spectrum, feeding level, predation and fishing mortality on linear scale, predation and fishing mortality on a log scale Right column (top to bottom) is: predicted catches and biomass, RDD/RDI, biomass, PPMR per size of predator (work in progress)

plotSummary(
  x,
  power = 1,
  wlim = c(0.001, NA),
  save_it = FALSE,
  name_save = NULL,
  ...
)

Arguments

x

An object of class MizerSim

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.

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).

save_it

Boleean value that determines whether to save the output of the function or not. Default is FALSE

name_save

Character string to give a specific name if saving the plot. Default is NULL