plot-MizerParams-missing-method: Summary plot for 'MizerParams' objects

plot,MizerParams,missing-methodR Documentation

Summary plot for MizerParams objects

Description

Produces 3 plots in the same window: abundance spectra, feeding level and predation mortality of each species through time. This method just uses the other plotting functions and puts them all in one window.

Usage

## S4 method for signature 'MizerParams,missing'
plot(x, y, ...)

Arguments

x

An object of class MizerParams

y

Not used

...

For additional arguments see the documentation for plotFeedingLevel(),plotSpectra(),plotPredMort()

Value

A viewport object

See Also

plotting_functions

Other plotting functions: animateSpectra(), plot,MizerSim,missing-method, plotBiomass(), plotDiet(), plotFMort(), plotFeedingLevel(), plotGrowthCurves(), plotPredMort(), plotSpectra(), plotYield(), plotYieldGear(), plotting_functions

Examples


params <-  NS_params
plot(params)


mizer documentation built on Oct. 17, 2024, 9:07 a.m.