powered by
iDist(coords.1, coords.2, ...)
coords.1
n <- 10 p1 <- cbind(runif(n),runif(n)) m <- 5 p2 <- cbind(runif(m),runif(m)) D <- iDist(p1, p2)
Run the code above in your browser using DataLab