Description Usage Arguments Details Value Examples
getClosePt
1 | getClosePt(Z, iC, iZC, disp = FALSE)
|
Z |
zoning (list of SpatialPolygons) |
iC |
current zone indes |
iZC |
close zone index |
disp |
information level (FALSE-no info) |
description, a paragraph
a SpatialPoints of length 1
1 2 3 4 5 6 | data(resZTest)
K=resZTest
Z=K$zonePolygone
geozoning:::getClosePt(Z,1,3)
plotZ(Z)
points( geozoning:::getClosePt(Z,1,3),col="blue",pch=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.