R/spat.med.R

Defines functions spat.med

Documented in spat.med

#[export]
spat.med <- function(x,tol = 1e-09) {
  as.vector(.Call(Rfast_spat_med,x,tol))
}

Try the Rfast package in your browser

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

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.