randomize_distmatrix2: Points on network randomization simplified

View source: R/k_functions_sf.R

randomize_distmatrix2R Documentation

Points on network randomization simplified

Description

Randomize location of points on a network.

Usage

randomize_distmatrix2(graph, edge_df, n, resolution, nsim, start_vert = NULL)

Arguments

graph

An graph object from igraph

edge_df

A DataFrame describing the edges

n

The number of point

resolution

The maximum size of the network edges

nsim

The number of distance matrices to generate

start_vert

The vertices from which the distances will be calculated. if null, then the distances are calculated from the generated locations.

Value

A numeric matrix with the distances between points

Examples

#This is an internal function, no example provided

spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.