| launder | R Documentation |
Launders input graph and features.
launder(graph, features, threshold = NaN, threshold.quantile = NaN)
graph |
The original graph. |
features |
list of matrices. |
threshold |
see cut_off. |
threshold.quantile |
see cut_off. |
A list graph, features with the laundered graph and features.
Other data laundering techniques:
common_features(),
cut_off(),
graphed_features(),
induced.subgraph.by_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.