expvg(p, vg, ...)## S3 method for class 'fit.spatMLD.expvg':
predict(object, newdata, ...)
## S3 method for class 'fit.spatMLD.expvg':
print(x, ...)
d
giving a numeric vector of distances over which the variogram is to be calculated.fit.spatMLD
using expvg
as the variogram model.predict
d
component of vg
giving the corresponding exponential variogram values with nugget and range defined by p
.fit.spatMLD
when fitting the exponential variogram to the empirical one, and by the predict
, print
and summary
method functions for spatMLD
objects. For those wishing to use a different variogram model than the exponential, use this function and its method functions as a template. Be sure to create predict
and print
method functions to operate on objects of class spatMLD
, fit.spatMLD
##
## For examples, see spatMLD and fit.spatMLD
##
Run the code above in your browser using DataLab