R/nearestD.R

Defines functions nearestD

Documented in nearestD

nearestD <-
function(punti,posD)
{
	nearestDi<-min(abs(posD-punti))
	return(nearestDi)
}

Try the IndTestPP package in your browser

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

IndTestPP documentation built on Aug. 29, 2020, 1:06 a.m.