Panel Function for Circles
panel.euler.circles(x, y, r, border = "black", fill = "transparent", ...,
identifier = NULL, name.type = "panel", col, font, fontface)
X coordinates for the circle centers.
Y coordinates for the circle centers.
Radii.
Border color.
Circle fill.
Passed on to grid::grid.circle()
.
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).
Ignored
Ignored
Ignored
Plots circles inside a trellis panel.