R/distPoints.R

Defines functions distPoints

Documented in distPoints

distPoints <-
function(A,B)
{ # internally used by smoothArc();
  rv<-sqrt((B[1]-A[1])^2+(B[2]-A[2])^2);
}

Try the dagR package in your browser

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

dagR documentation built on Oct. 9, 2022, 5:06 p.m.