View source: R/fill_dispersal_matrix.R
fill_dispersal_matrix | R Documentation |
Fill for a given species, all sites
fill_dispersal_matrix(
focal.sp,
num.sites,
param,
vpm,
env = NULL,
current.densities
)
focal.sp |
integer, focal species |
num.sites |
integer, how many sites |
param |
param nested list,see 'build_param' function |
vpm |
data structure holding all vector-permutation matrices; see 'vec_permutation_matrices' |
env |
optional numeric, environmental forcing for a given timestep |
current.densities |
list of length sp, each element is a matrix sites*stages |
dispersal matrix, stages*sites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.