nodeIntensity.intensitynetUnd {intensitynet} | R Documentation |
Calculates the mean intensity of the given node (for undirected networks)
Description
Calculates the mean intensity of the given node (intensity of all the edges of the node/number of edges of the node)
Usage
## S3 method for class 'intensitynetUnd'
MeanNodeIntensity(obj, node_id)
Arguments
obj |
intensitynetUnd object |
node_id |
ID of the node |
Value
mean intensity of the given node
[Package intensitynet version 1.4.0 Index]