Learn R Programming

mizer (version 2.5.3)

N: Time series of size spectra

Description

Fetch the simulation results for the size spectra over time.

Usage

N(sim)

NResource(sim)

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

Arguments

sim

A MizerSim object

Examples

Run this code
str(N(NS_sim))
str(NResource(NS_sim))

Run the code above in your browser using DataLab