EdgeIntensity.intensitynet function

Given two nodes, calculates its edge intensity

Given two nodes, calculates its edge intensity

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.

## 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

Returns

Intensity of the edge

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

Useful links