Description Usage Arguments Author(s)
View source: R/aux_functions.R
Create null networks
1 2 3 4 5 | network_null(
am,
returns = c("graph", "matrix", "edgelist"),
null = c("edge", "deg", "latt", "clust")
)
|
am |
association matrix network |
returns |
format for output - either "graph", "matrix" or "edgelist" |
null |
type of simulation to perform "edge" = randomised edges, "deg" = degrees retained, "latt" = lattice, "clust" = clustered |
Josh Firth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.