Learn R Programming

intensitynet (version 1.3.1)

ShortestNodeDistance.intensitynet: Calculates the shortest distance path between two nodes (based on the minimum amount of edges). The function also returns the total weight of the path, if the weight is not available, returns the number of edges.

Description

Calculates the shortest distance path between two nodes (based on the minimum amount of edges). The function also returns the total weight of the path, if the weight is not available, returns the number of edges.

Usage

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

Value

distance of the path and the nodes of the path

Arguments

obj

intensitynet object

node_id1

id of the starting node

node_id2

id of the end node