getCircle {bulletr} | R Documentation |
Estimate center and radius
Description
Assuming the variables x and y are describing points located on a circle, the function uses a likelihood approach to estimate center and radius of the circle.
Usage
getCircle(x, y)
Arguments
x |
numeric vector of values |
y |
numeric vector of values |
Value
three dimensional vector of the circle center (x0, y0) and the radius
[Package bulletr version 0.1 Index]