Description Usage Arguments Value Author(s) References Examples
Generates a random binary network
1 |
nodes |
Numeric. Number of nodes in random network |
edges |
Numeric. Number of edges in random network |
A |
Matrix or data frame. An adjacency matrix (i.e., network) to be used to estimated a random network with fixed edges (allows for asymmetric network estimation) |
Returns an adjacency matrix of a random network
Alexander Christensen <alexpaulchristensen@gmail.com>
Rubinov, M., & Sporns, O. (2010). Complex network measures of brain connectivity: Uses and interpretations. NeuroImage, 52, 1059-1069.
Csardi, G., & Nepusz, T. (2006). The igraph software package for complex network research. InterJournal, Complex Systems, 1695.
1 | rand <- randnet(10, 27)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.