Learn R Programming

eulerr (version 2.0.0)

panel.euler.labels: Panel Function for Circle Labels

Description

Panel Function for Circle Labels

Usage

panel.euler.labels(x, y, r, labels, counts = TRUE, original.values,
  fitted.values, ...)

Arguments

x

X coordinates for the circle centers.

y

Y coordinates for the circle centers.

r

Radii.

labels

Labels to plot on the circles.

counts

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

original.values

Original values for the disjoint set combinations.

fitted.values

Fitted values for the disjoint set combinations.

...

Arguments passed on to panel.text()

Value

Computes and plots labels or counts inside the centers of the circles' overlaps.