pruneLinksBelowWeight: Prune Links by Weight

View source: R/methods-Network.R

pruneLinksBelowWeightR Documentation

Prune Links by Weight

Description

Removes links that have a weight below a threshold. This is a convenience function that calls pruneLinksByPredicate.

Usage

pruneLinksBelowWeight(net, threshold, verbose = c(TRUE, FALSE))

Arguments

net

A Network object

threshold

The threshold

verbose

If TRUE, will print messages


VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.