
Last chance! 50% off unlimited learning
Sale ends in
This function uses the model parameters and other parameters to calculate
initial population abundances for the community populations. These initial
abundances should be reasonable guesses at the equilibrium values. The
returned population can be passed to the project
function.
get_initial_n(params, n0_mult = NULL, a = 0.35)
Multiplier for the abundance at size 0. Default value is kappa/1000.
A parameter with a default value of 0.35.
A matrix (species x size) of population abundances.
# NOT RUN {
params <- newMultispeciesParams(NS_species_params_gears)
init_n <- get_initial_n(params)
# }
Run the code above in your browser using DataLab