inCircle: To check if a point (x, y) is within a circle centred at (c1,...

View source: R/misc.R

inCircleR Documentation

To check if a point (x, y) is within a circle centred at (c1, c2) with radius of r

Description

To check if a point (x, y) is within a circle centred at (c1, c2) with radius of r

Usage

inCircle(c1, c2, r, x, y, plot = FALSE)

gqlNU/publicWW documentation built on Oct. 15, 2022, 1:17 a.m.