View source: R/connectivity_matrices.R
generate_conn_mat | R Documentation |
Generates a connectivity matrix as described in the manuscript text.
generate_conn_mat(n_sites, topology_params = NULL)
n_sites |
The number of sites. This should be a perfect square (4, 9, ...). |
topology_params |
A list with elements p and nei, which are passed through to igraph::watts.strogatz.game(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.