R/frechet.nn.R

Defines functions frechet.nn

Documented in frechet.nn

#[export]
frechet.nn <- function(x, di, a, k, parallel = FALSE, cores = 0) {
	.Call(Rfast2_frechet_nn, x, di, a, k, parallel, cores)
}

Try the Rfast2 package in your browser

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

Rfast2 documentation built on April 11, 2025, 6:15 p.m.