Learn R Programming

spNetwork (version 0.4.4.6)

dist_mat_dupl: Distance matrix with dupicated

Description

Function to Create a distance matrix when some vertices are duplicated.

Usage

dist_mat_dupl(graph, start, end, ...)

Value

A matrix with the distances between the vertices

Arguments

graph

The Graph to use

start

The vertices to use as starting points

end

The vertices to use as ending points

...

parameters passed to the function igraph::distances

Examples

Run this code
#This is an internal function, no example provided

Run the code above in your browser using DataLab