Nothing
#' Calculates the distance for the covariance matrix
#'
#' @noRd
distance.MuFiMeshGP <- function(x1, x2 = NULL) {
if (is.null(x2)) D <- anisoDist1_cpp(x1) else D <- anisoDist2_cpp(x1, x2)
return(D)
}
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.