| plot,MizerParams,missing-method | R Documentation |
MizerParams objectsProduces 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.
## S4 method for signature 'MizerParams,missing'
plot(x, y, ...)
x |
An object of class MizerParams |
y |
Not used |
... |
For additional arguments see the documentation for
|
A viewport object
plotting_functions
Other plotting functions:
animateSpectra(),
plot,MizerSim,missing-method,
plotBiomass(),
plotDiet(),
plotFMort(),
plotFeedingLevel(),
plotGrowthCurves(),
plotPredMort(),
plotSpectra(),
plotYield(),
plotYieldGear(),
plotting_functions
params <- NS_params
plot(params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.