powered by
randKmapGrid
randKmapGrid(DataObj, nSimuCond = 0, boundary = list(x = c(0, 0, 1, 1, 0), y = c(0, 1, 1, 0, 0)), manualBoundary = FALSE, disp = 0, FULL = FALSE)
=NULL: simulated data with seed or = a data frame with real data
numeric
list contains x and y
logical, default FALSE
logical, if TRUE the returned list is complete
a list
simulated or real raw data within the boundary
grid step
kriged data
kriged data in form of grid
kriged neighbours of each data point
areas of Voronoi polygons in the tesselation of kriged data
random fields model
vgm model
(x,y) list of boundary points
Prepare real data for zoning, data are already on a regular grid, hence no kriging is done.
# NOT RUN { data(dataReg) #regular data on a square grid between 0 and 1 map = randKmapGrid(dataReg) plotMap(map) # }
Run the code above in your browser using DataLab