Description Usage Arguments Value Examples
These functions take a Net
object, manipulate the network in some way, and return a list
of modified Net
objects.
node_jacknife
. Removes each node in turn from the Net
, and returns a list of jackknifed Net
objects.
network_jackknife
- Removes each subnetwork in turn from the Net
, and returns a list of jackknifed Net
objects
absolute_threshold
- Applies a series of absolute thresholding to target network, returning a binary network.
relative_threshold
- Applies a relative threshold based on target density to target network
1 2 3 4 5 6 7 | node_jackknife(Net)
network_jackknife(Net, network.variable)
absolute_threshold(Net, thresholds)
relative_threshold(Net, percentiles)
|
Net |
Network to jackknife |
network.variable |
Character name of node variable containing network labels |
thresholds |
Vector of thresholds to use |
percentiles |
Vector of densities to threshold at |
A list
of Net
objects
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.