powered by
generate data
genData(DataObj = NULL, seed = 0, nPoints = 450, typeMod = "Exp", Vpsill = 5, Vrange = 0.2, Vmean = 8, Vnugget = 0, Vanis = 1, boundary = list(x = c(0, 0, 1, 1, 0), y = c(0, 1, 1, 0, 0)), manualBoundary = FALSE)
=NULL: simulated data with given seed or a data frame with real data
numeric value used to generate simulated data
number of generated raw data points
type of variogram model (see vgm) "Gau", "Sph", "Exp"
partial sill in variogram
variogram range
average data value
nugget in variogram
anisotropy in variogram
list, contains x and y boundaries
logical, if TRUE a manual boundary is drawn.
a list
data frame of generated or real data with x,y,z values. x is standardized between 0 and 1, y is standardized with the same ratio used for x
standardized boundary
VGM variogram model
RM transformed variogram model
ratio used to normalize x data
description, a paragraph
# NOT RUN { # simulate data with Gaussian model resGene=genData(NULL,10,450,"Gau",5,0.2,8,0,list(x=c(0,0,1,1,0),y=c(0,1,1,0,0)),FALSE) plot(resGene$tabData) # }
Run the code above in your browser using DataLab