nc_randomize_simple {netcutter}R Documentation

Randomize the occurrence matrix

Description

This is a simpler implementation used to check that the official implementation (nc_randomize()) works well.

Usage

nc_randomize_simple(occ_matrix, S)

Arguments

occ_matrix

The original occurrence matrix.

S

The number of successful edge swaps to perform.


[Package netcutter version 0.3.1 Index]