SetEdgeIntensity.netTools: Sets the given intensities as an edge attribute to the given...

View source: R/netTools.R

SetEdgeIntensity.netToolsR 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


intensitynet documentation built on April 11, 2023, 6:07 p.m.