Learn R Programming

eulerr (version 3.0.0)

panel.euler.labels: Panel Function for Euler Diagram Labels

Description

Panel Function for Euler Diagram Labels

Usage

panel.euler.labels(x, y, ra, rb, phi, labels, quantities = FALSE,
  original.values, fitted.values, ..., counts)

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

labels

Labels.

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.

original.values

Original values for the disjoint set combinations.

fitted.values

Fitted values for the disjoint set combinations.

...

Arguments passed on to panel.text()

counts

Deprecated

Value

Computes and plots labels or quantities inside the centers of the ellipses' overlaps.