circleFit | R Documentation |
Fit a circle to data
circleFit(X, Y, r = 1, fitr = FALSE)
X |
Vector of X coordinates |
Y |
Vector of Y coordinates |
r |
Radius of the circle the coordinates should be on (default: 1). |
fitr |
(boolean) Should radius be fit? (default: FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.