R/esova.R

Defines functions esova

Documented in esova

## computes ESOV distance between xnew and x
esova <- function(xnew, x) {
  Rfast::dista(xnew, x, type="jensen_shannon")
}

Try the Compositional package in your browser

Any scripts or data that you put into this service are public.

Compositional documentation built on June 22, 2025, 5:08 p.m.