filter_edges_by_weight: Filter Edges by Weight Threshold

View source: R/splot-params.R

filter_edges_by_weightR Documentation

Filter Edges by Weight Threshold

Description

Removes edges below the minimum weight threshold.

Usage

filter_edges_by_weight(edges, minimum = 0)

Arguments

edges

Edge data frame.

minimum

Minimum absolute weight to include.

Value

Filtered edge data frame.


cograph documentation built on April 1, 2026, 1:07 a.m.