Learn R Programming

eulerr (version 2.0.0)

panel.euler.circles: Panel Function for Circles

Description

Panel Function for Circles

Usage

panel.euler.circles(x, y, r, border = "black", fill = "transparent", ...,
  identifier = NULL, name.type = "panel", col, font, fontface)

Arguments

x

X coordinates for the circle centers.

y

Y coordinates for the circle centers.

r

Radii.

border

Border color.

fill

Circle fill.

...

Passed on to grid::grid.circle().

identifier

A character string that is prepended to the name of the grob that is created.

name.type

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

col

Ignored

font

Ignored

fontface

Ignored

Value

Plots circles inside a trellis panel.

See Also

grid::grid.circle().