R/Dist.R

Defines functions Dist

Documented in Dist

Dist <-
function(x0,y0,A,B,C){
	return(abs(A*x0+B*y0+C)/sqrt(A^2+B^2))
}

Try the CHAT package in your browser

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

CHAT documentation built on May 29, 2017, 10:32 p.m.