dist_mat_dupl: Distance matrix with dupicated

View source: R/graph_functions_sf.R

dist_mat_duplR Documentation

Distance matrix with dupicated

Description

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

Usage

dist_mat_dupl(graph, start, end)

Arguments

graph

The Graph to use

start

The vertices to use as starting points

end

The vertices to use as ending points

Value

A matrix with the distances between the vertices

Examples

#This is an internal function, no example provided

JeremyGelb/spNetwork documentation built on May 24, 2024, 7:23 p.m.