cut_off | R Documentation |
Cuts off edges below a threshold.
cut_off(graph, threshold = NaN, threshold.quantile = NaN)
graph |
The original graph |
threshold |
numeric. The minimal weight of an edge to keep. |
threshold.quantile |
numeric. The minimal relative weight of an edge to keep with respect to all other edge weights. |
A subgraph of graph
, where edges have been removed according
to the given threshold. If no threshold is given graph
is returned
unchanged.
Other data laundering techniques:
common_features()
,
graphed_features()
,
induced.subgraph.by_name()
,
launder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.