ellipse_points: Return the boundary points of an ellipse

Description Usage Arguments Value

View source: R/ellipse.R

Description

Return the boundary points of an ellipse

Usage

1
ellipse_points(ellipse, n = 300, plot_lines = T, ...)

Arguments

ellipse

output from contour_ellipse_fit, or a data frame with the following columns: CenterX, CenterY, AxisA, AxisB, Angle

n

number of points

plot_lines

return call to lines?

...

additional parameters for lines call

Value

two-column data frame of x and y points


srvanderplas/ShoeAlignR documentation built on Jan. 23, 2021, 4:03 a.m.