getCircle: Estimate center and radius

Description Usage Arguments Value

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

1
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


erichare/bulletr documentation built on May 16, 2019, 8:26 a.m.