Nothing
## computes ESOV distance between xnew and x
esova <- function(xnew, x) {
Rfast::dista(xnew, x, type="jensen_shannon")
}
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.