Description Usage Arguments Details Value Examples
removeFromZ
1 | removeFromZ(Z, zoneN, ptN, listZonePoint, spdata, simplitol = 0.001, n = 1)
|
Z |
zoning geometry (list of SpatialPolygons) |
zoneN |
zone neighborhood Logical matrix |
ptN |
indices of data pts neighbours |
listZonePoint |
list of indices of data points within zones, result of call to |
spdata |
spatial data |
simplitol |
tolerance for spatial polygons geometry simplification |
n |
minimal number of points below which a zone is removed from zoning |
description, a paragraph
a list with components
new zoning geometry (list of SpatialPolygons)
where zones with less than n points were removed
new zone neighborhood Logical matrix
new list of indices of data points within zones
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.