SetEdgeIntensity.netTools {intensitynet}R Documentation

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

Description

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

Usage

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

Value

igraph network with the given intensities as attributes of the edges


[Package intensitynet version 1.4.0 Index]