R/pdistx.R

Defines functions pdistx

Documented in pdistx

pdistx <-
function(y, x, y1, x1)
{
	return(sqrt((x - x1)^2. + (y - y1)^2.))
}

Try the geo package in your browser

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

geo documentation built on May 2, 2019, 5:22 p.m.