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
puts the plots generated by plotBiomass(), plotFeedingLevel(),
plotSpectra(), plotPredMort() and plotFMort() all in one window.
Usage
# S3 method for class 'MizerSim'
plot(x, ...)Arguments
- x
An object of class MizerSim
- ...
Arguments passed on to the individual plotting functions
plotBiomass(),plotFeedingLevel(),plotSpectra(),plotPredMort()andplotFMort(). The arguments that describe the plotted spectrum (power,biomass,per_log_sizeandresource) go toplotSpectra()only, because they mean nothing to a rate.
See also
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

