Description Usage Arguments Details Value Examples
zoneAssign
1 | zoneAssign(tab, Z)
|
tab |
data frame with data values |
Z |
zoning object |
assigns points to zones
a list of data points within each zone
1 2 3 4 5 6 7 8 | data(mapTest)
ZK=initialZoning(qProb=c(0.4,0.7),mapTest)
Z=ZK$resZ$zonePolygone
listZpts=zoneAssign(mapTest$krigData,Z)
#identical to ZK$resZ$listZonePoint
listZptsRaw=zoneAssign(mapTest$rawData,Z)
plotZ(Z)
points(mapTest$rawData[listZptsRaw[[1]],],col="blue") # add raw data for zone 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.