Skip to contents

Produces 3 plots in the same window: abundance spectra, feeding level and predation mortality of each species against size. This method just puts the plots generated by plotFeedingLevel(), plotPredMort() and plotSpectra() all in one window.

Usage

# S3 method for class 'MizerParams'
plot(x, ...)

Arguments

x

An object of class MizerParams

...

Arguments passed on to the individual plotting functions plotFeedingLevel(),plotSpectra(),plotPredMort()

Value

A viewport object

Examples

# \donttest{
params <-  NS_params
plot(params)

# }