nodeIntensity.intensitynetMix function

Calculates the mean intensity of the given node (for mixed networks)

Calculates the mean intensity of the given node (for mixed networks)

Given a node, calculates its mean intensities depending on the edges associated with the node, those intensities are: in, out (for directed edges), undirected and total intensity.

## S3 method for class 'intensitynetMix' MeanNodeIntensity(obj, node_id)

Arguments

  • obj: intensitynetMix object
  • node_id: ID of the node

Returns

mean intensities of the given node for undirected edges, in and out directed and total intensity.

  • Maintainer: Pol Llagostera
  • License: GPL-3
  • Last published: 2023-04-11

Useful links