R/pdist.R

Defines functions pdist

Documented in pdist

pdist <-
function(posxi, posy)
{
	dcerc<-min(abs(posxi-posy))

	return(dcerc)
}

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.