Learn R Programming

eulerr (version 3.0.0)

panel.euler.ellipses: Panel Function for Euler Ellipses

Description

Panel Function for Euler Ellipses

Usage

panel.euler.ellipses(x, y, ra, rb, phi, border = "black",
  fill = "transparent", n = 200, ..., identifier = NULL,
  name.type = "panel", col, font, fontface)

Arguments

x

X coordinates for the centers.

y

Y coordinates for the centers.

ra

Semi-major axes.

rb

Semi-minor axes.

phi

Rotation of the ellipse (as the counter-clockwise angle from the positive x-axis to the semi-major axis).

border

Border color.

fill

Ellipse fill.

n

Number of vertices to draw for each ellipse.

...

Passed on to grid::grid.polygon().

identifier

A character string that is prepended to the name of the grob that is created.

name.type

A character value indicating whether the name of the grob should have panel or strip information added to it. Typically either "panel", "strip", "strip.left", or "" (for no extra information).

col

Ignored

font

Ignored

fontface

Ignored

Value

Plots ellipses inside a trellis panel.

See Also

grid::grid.polygon().