#' creating a gaussian variogram model from rgeostat
#'
gaussian_cova_rgeos<-function(r,a){
model<-model.create(ndim=2,nvar=1,vartype=4,aniso.coeffs=c(1,a),range=sqrt(3)*r)
return(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.