Learn R Programming

intensitynet (version 1.3.1)

SetEdgeIntensity.netTools: 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 netTools
SetEdgeIntensity(obj)

Value

igraph network with the given intensities as attributes of the edges

Arguments

obj

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