| getNetwork {propr} | R Documentation |
This function provides a unified wrapper to build networks
from propr and propd objects.
getNetwork(object, cutoff = NA, propr.object, propr.cutoff = NA, thetad.object, thetad.cutoff = NA, thetae.object, thetae.cutoff = NA, col1, col2, include = NA, or = TRUE, d3 = FALSE)
object |
Any |
cutoff |
A cutoff argument for |
propr.object, thetad.object, thetae.object |
A |
propr.cutoff, thetad.cutoff, thetae.cutoff |
A cutoff
argument passed to |
col1 |
A character vector. Specifies which nodes
to color |
col2 |
A character vector. Specifies which nodes
to color |
include |
This argument indicates which features by
name should belong to a pair for that pair to get included
in the results. Subset performed by
|
or |
A boolean. If |
d3 |
A boolean. Use |
A network object.