circle_from_3_points | R Documentation |
Get a circle from 3 points
circle_from_3_points(p1, p2 = NULL, p3 = NULL, ...)
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 |
... |
< |
ob_point object
circle_from_3_points(ob_point(1,1),
ob_point(2,4),
ob_point(5,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.