SetEdgeIntensity.netTools function

Sets the given intensities as an edge attribute to the given igraph network

Sets the given intensities as an edge attribute to the given igraph network

## S3 method for class 'netTools' SetEdgeIntensity(obj)

Arguments

  • obj: netTools object -> list(graph: igraph, node_id1: node id, node_id2: node id, intensity: edge intensity)

Returns

igraph network with the given intensities as attributes of the edges

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

Useful links