Calculates the mean intensity of the given node (for directed networks)
Given a node, calculates its mean intensities regarding in and out edges associated with the node.
## S3 method for class 'intensitynetDir' MeanNodeIntensity(obj, node_id)
obj
: intensitynetDir objectnode_id
: ID of the nodemean intensities of the given node for in and out edges
Useful links