Compute the carrying capacity (equilibrium per-capita seed production) for a set of values of a trait. Each is considered in isolation.

carrying_capacity(trait_matrix, p, seed_rain = 1, parallel = FALSE)

Arguments

trait_matrix

A matrix of traits

p

Parameters object to use. Importantly, the strategy_default element gets used here.

seed_rain

Initial seed rain (optional)

parallel

Use multiple processors?

Author

Rich FitzJohn