| plot,MizerSim,missing-method | R Documentation |
MizerSim objectsAfter running a projection, produces 5 plots in the same window: feeding level, abundance spectra, predation mortality and fishing mortality of each species by size; and biomass of each species through time. This method just uses the other plotting functions and puts them all in one window.
## S4 method for signature 'MizerSim,missing'
plot(x, y, ...)
x |
An object of class MizerSim |
y |
Not used |
... |
For additional arguments see the documentation for
|
A viewport object
plotting_functions
Other plotting functions:
animateSpectra(),
plot,MizerParams,missing-method,
plotBiomass(),
plotDiet(),
plotFMort(),
plotFeedingLevel(),
plotGrowthCurves(),
plotPredMort(),
plotSpectra(),
plotYield(),
plotYieldGear(),
plotting_functions
params <- NS_params
sim <- project(params, effort=1, t_max=20, t_save = 2, progress_bar = FALSE)
plot(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.