View source: R/compute_circumcentre_givenThreePoints.R
Compute circumcentre given three points
1 2 3 4 5 | compute_circumcentre_givenThreePoints(
point1_coord = c(0, 0),
point2_coord = c(1, 1),
point3_coord = c(-1, 1)
)
|
point1_coord |
A vector of vertice 1 coordinate, where point1_coord[1] is the X-axis coordinate while point1_coord[2] is the Y-axis coordinate. |
point2_coord |
A vector of vertice 2 coordinate, where point1_coord[1] is the X-axis coordinate while point1_coord[2] is the Y-axis coordinate. |
point3_coord |
A vector of vertice 3 coordinate, where point1_coord[1] is the X-axis coordinate while point1_coord[2] is the Y-axis coordinate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.