ellipse: Returns a matrix of two columns representing x- and y-values...

Description Usage

Description

Returns a matrix of two columns representing x- and y-values of positions on an ellipse of horizontal axis 'a', vertical axis 'b' and origin 'origin', defined by the angles given by 'ang' in a polar coordinate system centered at 'origin', or by 'x' or 'y' in a cartesian coordinate system.

Usage

1
2
ellipse(origin = c(0, 0), a = 2, b = 1, ang = seq(0, 2 * pi, length.out
  = n), x = NULL, y = NULL, n = 100, aspectcomp = FALSE)

arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.