Learn R Programming

intensitynet (version 1.3.1)

EdgeIntensity.intensitynet: If not calculated, calculates the intensity of the edge with nodes; node_id1, node_id2. If the edge already contains an intensity, give it directly.

Description

If not calculated, calculates the intensity of the edge with nodes; node_id1, node_id2. If the edge already contains an intensity, give it directly.

Usage

# S3 method for intensitynet
EdgeIntensity(obj, node_id1, node_id2)

Value

Intensity of the edge

Arguments

obj

intensitynet object

node_id1

First node ID of the edge

node_id2

Second node ID of the edge