getNs: getNs

Description Usage Arguments Details Value Examples

Description

getNs

Usage

1
getNs(zoneN, iZ)

Arguments

zoneN

zone neighborhood Logical matrix

iZ

index of current zone in zoning

Details

get zone numbers of neighbors of a given zone

Value

a Logical vector of current zone neighbors

Examples

1
2
3
data(mapTest)
K=resZTest
Ns=geozoning:::getNs(K$zoneNModif,5) # find neighbors of zone 5

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