N {mizer} | R Documentation |
Time series of size spectra
Description
Fetch the simulation results for the size spectra over time.
Usage
N(sim)
NResource(sim)
Arguments
sim |
A MizerSim object |
Value
For N()
: A three-dimensional array (time x species x size) with the
number density of consumers
For NResource()
: An array (time x size) with the number density of resource
Examples
str(N(NS_sim))
str(NResource(NS_sim))
[Package mizer version 2.5.1 Index]