| plotMizerSim | 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
puts the plots generated by plotBiomass(), plotFeedingLevel(),
plotSpectra(), plotPredMort() and plotFMort() all in one window.
## S3 method for class 'MizerSim'
plot(x, ...)
x |
An object of class MizerSim |
... |
Arguments passed on to the individual plotting functions
|
A viewport object
plotting_functions
Other plotting functions:
addPlot(),
animate(),
plot,
plot2(),
plotBiomass(),
plotCDF(),
plotCDF2(),
plotDiet(),
plotFMort(),
plotFeedingLevel(),
plotGrowthCurves(),
plotMizerParams,
plotPredMort(),
plotRelative(),
plotSpectra(),
plotSpectra2(),
plotSpectraRelative(),
plotYield(),
plotYieldGear(),
plotYieldVsF(),
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.