SetNodeIntensity.netTools {intensitynet} | R Documentation |
Sets the given intensities as a node attribute to the given igraph network
Description
Sets the given intensities as a node attribute to the given igraph network
Usage
## S3 method for class 'netTools'
SetNodeIntensity(obj)
Arguments
obj |
netTools object -> list(graph: igraph, node_id: node id, intensity: node intensity) |
Value
igraph network with the given intensities as attributes of the nodes
[Package intensitynet version 1.4.0 Index]