View source: R/methods-CorrelationNetwork.R
pruneLinksByPValue | R Documentation |
Removes links that have a p-value above a threshold. This is a convenience function that calls pruneCorrelationLinks.
pruneLinksByPValue(net, pValueThreshold = NULL, verbose = c(TRUE, FALSE))
net |
A Network object |
pValueThreshold |
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.