Description Usage Arguments Value
View source: R/fn_demography.R
Calculate the number of fruits produces in ecah grid cell. It assumes no
fruit production before m
and that individuals are distributed among
land cover types in densities relative to K.
1 | make_fruits(N.t, lc.mx, mu.E, p.f.E, m.max, m.d, dem.st = F)
|
N.t |
Matrix or array of abundances, with dims=c(ngrid, (lc), m.max) |
lc.mx |
Matrix of land cover proportions from |
mu.E |
Vector of fruit per individual from |
p.f.E |
Vector of fruiting probability from |
m.max |
Maximum age at maturity (i.e., |
m.d |
|
dem.st |
|
Tibble with grid id, number of reproducing individuals, and total fruit produces within the cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.