carrying_capacity.RdCompute 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)
| trait_matrix | A matrix of traits  | 
    
|---|---|
| p | Parameters object to use.  Importantly, the
  | 
    
| seed_rain | Initial seed rain (optional)  | 
    
| parallel | Use multiple processors?  | 
    
Rich FitzJohn