perm.edgl | R Documentation |
Permutes the links of an edge list represented by a data frame.
perm.edgl(edgelist, perm)
edgelist |
an edgelist |
perm |
number of permutations to perform. |
edge list links permutations can be used to create random networks based on the observed network. Such permutation method is useful when analysing patterns of interactions such as assortativity.
a list of edge lists with permuted links. The first element of the list is the original edge list.
Sebastian Sosa, Ivan Puga-Gonzalez.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.