Learn R Programming

eulerr (version 3.0.1)

panel.euler.circles: Panel Function for Euler Circles

Description

Panel Function for Euler 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 centers.

y

Y coordinates for the centers.

r

Radius of the circle

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