circle_from_3_points: Get a circle from 3 points

View source: R/circles.R

circle_from_3_pointsR Documentation

Get a circle from 3 points

Description

Get a circle from 3 points

Usage

circle_from_3_points(p1, p2 = NULL, p3 = NULL, ...)

Arguments

p1

an ob_point of length 1 or length 3

p2

an ob_point of length 1 or NULL

p3

an ob_point of length 1 or NULL

...

<dynamic-dots> Pass arguments to ob_circle

Value

ob_point object

Examples

circle_from_3_points(ob_point(1,1),
                     ob_point(2,4),
                     ob_point(5,3))

ggdiagram documentation built on Sept. 15, 2025, 1:07 a.m.