Learn R Programming

eulerr (version 4.1.0)

panel.euler_deprecated: Panel Function for Euler Diagrams (deprecated)

Description

Plots circular euler diagrams if ra == rb and elliptical such otherwise.

Usage

panel.euler(x, y, ra, rb, phi, subscripts, fill,
  lty, lwd, border, alpha, fill_alpha, fontface, quantities,
  labels, original.values,  fitted.values, mode, ...)

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).

subscripts

A vector of subscripts (See lattice::xyplot()).

fill

Fill color. (See grid::gpar().)

lty

Line type. (See grid::gpar().)

lwd

Line weight. (See grid::gpar().)

border

Border color.

alpha

Alpha (opacity) for the lines.

mode

"split", the default, splits up the diagram into individual polygons and blends the colors of the overlapping shapes using color averaging in the CIELAB color space. "overlay" superposes sets and should be used in conjunction with a suitable fill_alpha value.

fill_alpha

Alpha (opacity) for the fill. (See grid::gpar().)

fontface

Fontface for the labels. (See grid::gpar().)

quantities

Plots the original values for the disjoint set combinations (original.values). Can also be a list, in which the contents of the list will be passed on to lattice::panel.text() to modify the appearance of the quantity labels.

labels

Labels.

original.values

Original values for the disjoint set combinations.

fitted.values

Fitted values for the disjoint set combinations.

Value

Plots euler diagrams inside a trellis panel.

See Also

grid::gpar().

eulerr_deprecated