animateSpectra(
sim,
species = NULL,
time_range,
wlim = c(NA, NA),
ylim = c(NA, NA),
power = 1,
total = FALSE,
resource = TRUE
)
A plotly object
A MizerSim object
Name or vector of names of the species to be plotted. By default all species are plotted.
The time range to animate over. Either a vector of values or a vector of min and max time. Default is the entire time range of the simulation.
A numeric vector of length two providing lower and upper limits for the w axis. Use NA to refer to the existing minimum or maximum.
A numeric vector of length two providing lower and upper limits for the y axis. Use NA to refer to the existing minimum or maximum. Any values below 1e-20 are always cut off.
The abundance is plotted as the number density times the weight
raised to power
. The default power = 1
gives the biomass
density, whereas power = 2
gives the biomass density with respect
to logarithmic size bins.
A boolean value that determines whether the total over all species in the system is plotted as well. Default is FALSE.
A boolean value that determines whether resource is included. Default is TRUE.
Other plotting functions:
plot,MizerParams,missing-method
,
plot,MizerSim,missing-method
,
plotBiomass()
,
plotDiet()
,
plotFMort()
,
plotFeedingLevel()
,
plotGrowthCurves()
,
plotPredMort()
,
plotSpectra()
,
plotYield()
,
plotYieldGear()
,
plotting_functions
# \donttest{
animateSpectra(NS_sim, power = 2, wlim = c(0.1, NA), time_range = 1997:2007)
# }
Run the code above in your browser using DataLab