plot,MizerSim,missing-method {mizer} | R Documentation |
Summary plot for MizerSim
objects
Description
After 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.
Usage
## S4 method for signature 'MizerSim,missing'
plot(x, y, ...)
Arguments
x |
An object of class MizerSim |
y |
Not used |
... |
For additional arguments see the documentation for
|
Value
A viewport object
See Also
Other plotting functions:
animateSpectra()
,
plot,MizerParams,missing-method
,
plotBiomass()
,
plotDiet()
,
plotFMort()
,
plotFeedingLevel()
,
plotGrowthCurves()
,
plotPredMort()
,
plotSpectra()
,
plotYield()
,
plotYieldGear()
,
plotting_functions
Examples
params <- NS_params
sim <- project(params, effort=1, t_max=20, t_save = 2, progress_bar = FALSE)
plot(sim)
[Package mizer version 2.5.3 Index]