View source: R/methods-CorrelationNetwork.R
pruneLinksByCorrelationCoef | R Documentation |
Removes links that have an absolute correlation coefficient below a threshold. This is a convenience function that calls pruneCorrelationLinks.
pruneLinksByCorrelationCoef(
net,
correlationCoefThreshold = NULL,
verbose = c(TRUE, FALSE)
)
net |
A CorrelationNetwork object |
correlationCoefThreshold |
The threshold |
verbose |
If TRUE, will print messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.