get_random_graph {crosstalkr} | R Documentation |
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)
Arguments
g |
graph to be permuted |
Value
igraph
See Also
[Package crosstalkr version 1.0.5 Index]