Arguments
- species_params
A data frame of species-specific parameter values.
- interaction
Optional interaction matrix of the species (predator species x prey species). By default all entries are 1. See "Setting interaction matrix" section below.
- min_w_pp
The smallest size of the resource spectrum. By default this is set to the smallest value at which any of the consumers can feed.
- min_w
Sets the size of the eggs of all species for which this is not given in the
w_min
column of thespecies_params
dataframe.- max_w
The largest size of the consumer spectrum. By default this is set to the largest
w_max
specified in thespecies_params
data frame.- no_w
The number of size bins in the consumer spectrum.
- n
The allometric growth exponent. This can be overruled for individual species by including a
n
column in thespecies_params
.- q
Allometric exponent of search volume
- f0
Expected average feeding level. Used to set
gamma
, the coefficient in the search rate. Ignored ifgamma
is given explicitly.- kappa
The coefficient of the initial resource abundance power-law.
- lambda
Used to set power-law exponent for resource capacity if the
resource_capacity
argument is given as a single number.- r_pp
- ...
Unused