circleFit: Fit a circle to data

View source: R/localization.R

circleFitR Documentation

Fit a circle to data

Description

Fit a circle to data

Usage

circleFit(X, Y, r = 1, fitr = FALSE)

Arguments

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)


thartbm/handlocs documentation built on Feb. 18, 2025, 10:53 p.m.