Learn R Programming

crosstalkr (version 1.0.4)

get_random_graph: Helper function for compute_null_dnp - returns a graph with randomly permuted edges.

Description

currently just a wrapper for igraph::rewire but may add more functionality in the future

Usage

get_random_graph(g)

Value

igraph

Arguments

g

graph to be permuted

See Also