Learn R Programming

spNetwork (version 0.2.1)

randomize_distmatrix2: 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

Run this code
# NOT RUN {
#This is an internal function, no example provided
# }

Run the code above in your browser using DataLab