SetEdgeIntensity.netTools {intensitynet} | R Documentation |
Sets the given intensities as an edge attribute to the given igraph network
## S3 method for class 'netTools'
SetEdgeIntensity(obj)
obj |
netTools object -> list(graph: igraph, node_id1: node id, node_id2: node id, intensity: edge intensity) |
igraph network with the given intensities as attributes of the edges