Learn R Programming

geozoning (version 1.0.0)

findNptInZone: findNptInZone

Description

findNptInZone

Usage

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

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.

Details

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

Examples

Run this code
# NOT RUN {
# not run
# }

Run the code above in your browser using DataLab