ellipseCoord: A function that returns the coordinates of an ellipse

Description Usage Arguments Value

View source: R/F_ellipseCoord.R

Description

A function that returns the coordinates of an ellipse

Usage

1
ellipseCoord(a, b, c, quadDrop = 0.95, nPoints = 100)

Arguments

a, b, c

parameters of the quadratic function a^2x+bx+c

quadDrop

A scalar, fraction of peak height at which to draw the ellipse

nPoints

an integer, number of points to use to draw the ellipse

Value

a matrix with x and y coordinates of the ellipse


RCM documentation built on Nov. 8, 2020, 5:22 p.m.

Related to ellipseCoord in RCM...