griddedVgram(object, zero.in = TRUE, zero.out = TRUE, ...)
## S3 method for class 'griddedVgram':
plot(x, ...)SpatialVx object class containing information on the verification set (e.g., from FeatureSuitePrep, hoods2dPrep, etc.).griddedVgram.griddedVgram, these are optional arguments to the vgram.matrix function from package fields. In the case of plot.griddedVgram, these are optional arguments to plot.vgram.matrixThis is a simple wrapper function to vgram.matrix (entire field) and/or variogram.matrix (non-zero grid points only) for finding the variogram between two gridded fields. It calls this function for each of two fields in a verification set. This function allows one to do the diagnostic analysis proposed in Marzban and Sangathe (2009).
vgram.matrix, FeatureSuitePrep, hoods2dPrep, locmeasures2dPrepdata(pert004)
data(pert000)
hold <- FeatureSuitePrep("pert004","pert000")
look <- griddedVgram(hold, R=8)
plot(look)Run the code above in your browser using DataLab