CalculateDistancesMtx.netTools {intensitynet}R Documentation

Calculates the distances between all pairs of nodes from the given network

Description

Calculates the distances between all pairs of nodes from the given network

Usage

## S3 method for class 'netTools'
CalculateDistancesMtx(obj)

Arguments

obj

netTools object -> list(): with the node coordinates 'x' and 'y'

Value

distances matrix


[Package intensitynet version 1.4.0 Index]