Plots circular euler diagrams if ra == rb
and elliptical such otherwise.
panel.euler(x, y, ra, rb, phi, subscripts, fill = superpose.polygon$col,
lty = superpose.polygon$lty, lwd = superpose.polygon$lwd,
border = superpose.polygon$border, alpha = superpose.polygon$alpha,
fontface = "bold", quantities = FALSE, labels = NULL, original.values,
fitted.values, ...)
X coordinates for the centers.
Y coordinates for the centers.
Semi-major axes.
Semi-minor axes.
Rotation of the ellipse (as the counter-clockwise angle from the positive x-axis to the semi-major axis).
A vector of subscripts (See lattice::xyplot()
).
Fill color. (See grid::gpar()
.)
Line type. (See grid::gpar()
.)
Line weight. (See grid::gpar()
.)
Border color.
Alpha (opacity) for the fill. Note that plot.euler()
by
default modifies the alpha of col
to avoid affecting the alpha of
the borders. (See grid::gpar()
.)
Fontface for the labels. (See grid::gpar()
.)
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.
Original values for the disjoint set combinations.
Fitted values for the disjoint set combinations.
Passed down to panel.euler.circles()
or
panel.euler.ellipses()
and panel.euler.labels()
.
Plots euler diagrams inside a trellis panel.