Panel Function for Circle Labels
panel.euler.labels(x, y, r, labels, counts = TRUE, original.values,
fitted.values, ...)
X coordinates for the circle centers.
Y coordinates for the circle centers.
Radii.
Labels to plot on the circles.
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 for the disjoint set combinations.
Fitted values for the disjoint set combinations.
Arguments passed on to panel.text()
Computes and plots labels or counts inside the centers of the circles' overlaps.