ellipse: Plotting coordinates for an ellipse

View source: R/geometry.R

ellipseR Documentation

Plotting coordinates for an ellipse

Description

Plotting coordinates for an ellipse

Usage

ellipse(h, k, a, b = a, phi = 0, n = 200L)

Arguments

h

x coordinates

k

y coordinates

a

semimajor axis

b

semiminor axis

phi

rotation

n

number of plotting points

Value

A list of matrices of coordinates for the ellipses.


eulerr documentation built on May 29, 2024, 1:35 a.m.