powered by
Given a set of x, y coordinates and corresponding radii return the gap between every possible combination.
inter_circle_gap(x, y, r)
(numeric of length 1) x coordinate of center
numeric
(numeric of length 1) y coordinate of center
(numeric of length 1) The diameter of the circle.
if (FALSE) { inter_circle_gap(x = 1:5, y = 1:5, r = 1:5) }
Run the code above in your browser using DataLab