Set up multiple resources
setMultipleResources(
params,
resource_params = NULL,
resource_interaction = NULL,
resource_capacity = NULL,
resource_rate = NULL,
initial_resource = NULL
)
resource_capacity(params)
resource_capacity(params) <- value
resource_rate(params)
resource_rate(params) <- value
resource_interaction(params)
resource_interaction(params) <- value
initialNResource(params)
initialNResource(params) <- value
A MizerParams object
A data frame with the resource parameters
Optional interaction matrix between species and resources (predator species x prey resource). By default all entries are 1.
Optional. Array (resource x size) of the intrinsic resource carrying capacities
Optional. Array (resource x size) of intrinsic resource growth rates
Optional. Array (resource x size) of initial values
Value to assign