Adjacency matrix in branching networks
fun_m_adj.Rd
Adjacency matrix in branching networks
Arguments
- n_patch
Number of patches in a network.
- p_branch
Branching probability (success probability of a geometric distribution).
- n_branch
Number of branches
- n_patch_free
Logical indicating whether imposing a constraint on
n_patch
or not. IfTRUE
, the number of patches is a random variable following a negative binomial distribution.