EdgeIntensity.intensitynet: Given two nodes, calculates its edge intensity

View source: R/intensitynet.R

EdgeIntensity.intensitynetR Documentation

Given two nodes, calculates its edge intensity

Description

If not calculated, calculates the intensity of the edge with nodes; node_id1, node_id2. If the edge already contains an intensity, the function gives it directly without re-calculation.

Usage

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

Arguments

obj

intensitynet object

node_id1

First node ID of the edge

node_id2

Second node ID of the edge

Value

Intensity of the edge


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