nodeIntensity.intensitynetDir {intensitynet} | R Documentation |
Calculates the mean intensity of the given node (for directed networks)
Description
Given a node, calculates its mean intensities regarding in and out edges associated with the node.
Usage
## S3 method for class 'intensitynetDir'
MeanNodeIntensity(obj, node_id)
Arguments
obj |
intensitynetDir object |
node_id |
ID of the node |
Value
mean intensities of the given node for in and out edges
[Package intensitynet version 1.4.0 Index]