initialNResource<- | R Documentation |
Value used as starting value for simulations with project()
.
initialNResource(params) <- value
initialNResource(object)
params |
A MizerParams object |
value |
A vector with the initial number densities for the resource spectrum |
object |
An object of class MizerParams or MizerSim |
A vector with the initial number densities for the resource spectrum
initialN()
, initialNOther()
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.