fun_disp_mat | R Documentation |
Internal function: to dispersal matrix
fun_disp_mat(
n_patch,
landscape_size,
theta,
xy_coord = NULL,
distance_matrix = NULL,
dispersal_matrix = NULL
)
n_patch |
number of patches |
landscape_size |
landscape size |
theta |
rate parameter for a dispersal kernel |
xy_coord |
xy coordinate |
distance_matrix |
distance matrix |
dispersal_matrix |
dispersal matrix |
Akira Terui, hanabi0111@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.