inter_circle_gap: Finds the gap/overlap of circle coordinates

View source: R/heat_tree--vertex_size.R

inter_circle_gapR Documentation

Finds the gap/overlap of circle coordinates

Description

Given a set of x, y coordinates and corresponding radii return the gap between every possible combination.

Usage

inter_circle_gap(x, y, r)

Arguments

x

(numeric of length 1) x coordinate of center

y

(numeric of length 1) y coordinate of center

r

(numeric of length 1) The diameter of the circle.

Examples

## Not run: 
inter_circle_gap(x = 1:5, y = 1:5, r = 1:5)

## End(Not run)


grunwaldlab/metacoder documentation built on Feb. 22, 2024, 3:47 a.m.