Panel Function for Euler Ellipses (deprecated)
panel.euler.ellipses(x, y, ra, rb, phi, fill = "transparent",
fill_alpha = 0.4, border = "black", mode = c("split", "overlay"),
identifier = NULL, n = 200, fitted.values, ..., name.type = "panel",
col, font, fontface)
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).
Border color.
Ellipse fill.
Number of vertices to draw for each ellipse.
Passed on to grid::grid.polygon()
.
Ignored
Ignored
Ignored
A character string that is prepended to the name of the grob that is created.
A character value indicating whether the name of the grob
should have panel or strip information added to it. Typically either
"panel"
, "strip"
, "strip.left"
, or ""
(for no extra information).
"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.
Original values for the disjoint set combinations.
Fitted values for the disjoint set combinations.
Plots ellipses inside a trellis panel.