cutgeom: Cut the edges of from a geometric graph

View source: R/cutgeom.R

cutgeomR Documentation

Cut the edges of from a geometric graph

Description

Basic idea: Given a set of point locations, and some graph on them, cut edges from list-of-vectors longer than range r.

Usage

cutgeom(x, nlist, r)

Arguments

x

point locations, n times d - matrix

nlist

neighbourhood list, n-long list with each element i a vector of neighbours of point x[i,]

r

the range at which to cut edges longer than it.


antiphon/rstrauss documentation built on June 2, 2022, 7:19 a.m.