nc_randomize {netcutter}R Documentation

Randomize the occurrence matrix

Description

Apply an edge-swapping algorithm.

Usage

nc_randomize(occ_matrix, S)

Arguments

occ_matrix

The original occurrence matrix.

S

The number of successful edge swaps to perform.

Value

A randomized copy of the occurrence matrix.


[Package netcutter version 0.3.1 Index]