getCircle: Estimate center and radius

View source: R/circle.R

getCircleR 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


erichare/bulletr documentation built on May 3, 2024, 10:14 p.m.