Learn R Programming

geozoning (version 1.0.0)

getClosePt: getClosePt

Description

getClosePt

Usage

getClosePt(Z, iC, iZC, disp = FALSE)

Arguments

Z

zoning (list of SpatialPolygons)

iC

current zone indes

iZC

close zone index

disp

information level (FALSE-no info)

Value

a SpatialPoints of length 1

Details

description, a paragraph

Examples

Run this code
# NOT RUN {
data(resZTest)
K=resZTest
Z=K$zonePolygone
geozoning:::getClosePt(Z,1,3)
plotZ(Z)
points( geozoning:::getClosePt(Z,1,3),col="blue",pch=20)
# }

Run the code above in your browser using DataLab