getCircle: Estimate center and radius

Description Usage Arguments Value

View source: R/circle.R

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


bulletr documentation built on May 1, 2019, 10:08 p.m.