Description Usage Arguments Details Value Examples
Wrapper for randKmap, generate 2D map
1 2 3 4 |
DataObj |
=NULL: simulated data with seed or a data frame with real data |
seed |
numeric, seed used to randomly generate data points |
krig |
numeric, 1: kriging with vgm model, 2: inverse distance kriging |
Vpsill |
numeric parameter of the variogram model, |
Vrange |
numeric parameter of the variogram model, |
Vnugget |
numeric parameter of the variogram model, |
Vmean |
numeric parameter of the variogram model, |
typeMod |
type of variogram model (see vgm) "Gau", "Sph", "Exp" |
nPointsK |
number of generated points after kriging |
boundary |
list, contains x and y coordinates of map boundaries |
disp |
numeric, |
FULL |
logical, if TRUE the returned list is complete |
Wrapper for randKmap, generates a 2D map with a Gaussian field, either by simulating data or by reading data in a data frame. Kriged data are normalized so that x-coordinates are between 0 and 1. y-coordinates are normalized with the same ratio used for x-coordinates. Kriging is either done with inverse distance interpolation, or with a variogram model. It creates a structure that contains the data and parameters necessary to perform a zoning. The structure is identical wether the data are simulated or not.
a map object as a list with components
simulated or real raw data within the boundary
grid step
kriged data as a SpatialPointsDataFrame
kriged data in form of a grid-useful for image plots.
list of neighbours of each kriged data point
list of areas of Voronoi polygons in the tesselation of kriged data
random fields model
vgm model
(x,y) list of boundary points
ratio used to normalize x data
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.