Nothing
LKFindAlphaVarianceWeights <- function(x1, LKinfo, level) {
# always weight basis functions by scalar alpha
if (is.null(LKinfo$alphaObject[[level]])) {
wght <- LKinfo$alpha[[level]]
}
else{
# compute spatially varying alpha extension if alphaObject
# is included.
wght <- LKinfo$alpha[[level]] * c(predict(LKinfo$alphaObject[[level]], x1) )
}
return(wght)
}
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.