threshold: Applies threshold on the network from a value

View source: R/threshold.R

thresholdR Documentation

Applies threshold on the network from a value

Description

Given an integer value X, a cut, that is, edges that are cut will be assigned zero. This cut will be done in the network where the edges have a weight less than the value of X.

Usage

threshold(x, net)

Arguments

x

Integer value that would limit the edges

net

Complex network where the edges will be cut

Value

Returns the complex network with the cuts already made

Author(s)

Eric Augusto Ito


BASiNET documentation built on Aug. 19, 2022, 9:07 a.m.