new_seedlings: Seed germination & establishment

Description Usage Arguments Value

View source: R/fn_demography.R

Description

Calculate the number of new seedlings in each cell

Usage

1
2
new_seedlings(ngrid, N.seed, B, p.E, g.D, g.B, s.B, dem.st = F,
  bank = T)

Arguments

ngrid

Number of grid cells in entire map

N.seed

N.seed output from ldd_disperse or sdd_disperse with grid id and number of seeds in each cell

B

Matrix with number of seeds in seed bank; dim=c(ngrid, tmax+1)

p.E

Vector of establishment probabilities from cell_E

g.D

Probability of germinating in same year as produced

g.B

Probability of germinating from seed bank

s.B

Probability of surviving a year in the seed bank

dem.st

FALSE denoting whether to include demographic stochasticity

bank

TRUE denoting whether to include a seed bank

Value

Tibble


Sz-Tim/gbPopMod documentation built on Dec. 7, 2020, 1:07 p.m.