findNptInZone: findNptInZone

Description Usage Arguments Details Value Examples

Description

findNptInZone

Usage

1
findNptInZone(K, i1, i2, map)

Arguments

K

zoning object, as returned by the calNei function

i1

first zone

i2

second zone, where to search for neighbors of points in first zone

map

object returned by function genMap

Details

find, in a given zone, neighbor points of points belonging to another zone

Value

a two-column matrix, the first column contains indices of pts in first zone which have at least one neighbor in second zone, the second column contains the neighbor indices.

Examples

1
# not run

geozoning documentation built on May 2, 2019, 9:43 a.m.