Learn R Programming

robin (version 2.0.0)

randomNoW: randomNoW

Description

This function randomly rewires the edges while preserving the original graph's degree distribution.

Usage

randomNoW(graph, verbose = FALSE)

Value

An igraph object, a randomly rewired graph.

Arguments

graph

The output of prepGraph.

verbose

flag for verbose output (default as FALSE)