Learn R Programming

mizer (version 2.5.3)

initialNResource<-: Initial value for resource spectrum

Description

Value used as starting value for simulations with project().

Usage

initialNResource(params) <- value

initialNResource(object)

Value

A vector with the initial number densities for the resource spectrum

Arguments

params

A MizerParams object

value

A vector with the initial number densities for the resource spectrum

object

An object of class MizerParams or MizerSim

See Also

initialN(), initialNOther()

Examples

Run this code
# Doubling resource abundance in the initial state of the North Sea model
params <- NS_params
initialNResource(params) <- 2 * initialNResource(params)
# Of course this initial state will no longer be a steady state
params <- steady(params)

Run the code above in your browser using DataLab