Learn R Programming

mizer (version 2.3.0)

N: 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

Run this code
# NOT RUN {
str(N(NS_sim))
str(NResource(NS_sim))
# }

Run the code above in your browser using DataLab