Nothing
"spher.variog.fn" <-
function(v,variog,d,w){
num <- variog - (v[1]*(1.5*(d/v[2])-0.5*(d/v[2])^3))
den <- (v[1]*(1.5*(d/v[2])-0.5*(d/v[2])^3))
num.den <- num/den
num.den2 <- (num.den)^2
Q <- sum(w*num.den2)
return(Q)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.