Description Usage Arguments Details Value Examples
randKmapGrid
1 2 |
DataObj |
=NULL: simulated data with seed or = a data frame with real data |
nSimuCond |
numeric |
boundary |
list contains x and y |
manualBoundary |
logical, default FALSE |
disp |
numeric |
FULL |
logical, if TRUE the returned list is complete |
Prepare real data for zoning, data are already on a regular grid, hence no kriging is done.
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
1 2 3 | data(dataReg) #regular data on a square grid between 0 and 1
map = randKmapGrid(dataReg)
plotMap(map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.