EdgeIntensity.intensitynet {intensitynet} | R Documentation |
Given two nodes, calculates its edge intensity
Description
If not calculated, calculates the intensity of the edge with nodes; node_id1, node_id2. If the edge already contains an intensity, the function gives it directly without re-calculation.
Usage
## S3 method for class 'intensitynet'
EdgeIntensity(obj, node_id1, node_id2)
Arguments
obj |
intensitynet object |
node_id1 |
First node ID of the edge |
node_id2 |
Second node ID of the edge |
Value
Intensity of the edge
[Package intensitynet version 1.4.0 Index]