Learn R Programming

eulerr (version 4.1.0)

panel.euler.circles_deprecated: Panel Function for Euler Circles (deprecated)

Description

Panel Function for Euler Circles (deprecated)

Usage

panel.euler.circles(x, y, r, border, fill, fill_alpha, ...,
  identifier, name.type, 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.

fill_alpha

Fill opacity

...

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

col

Ignored

font

Ignored

fontface

Ignored

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

Value

Plots circles inside a trellis panel.

See Also

grid::grid.circle().

eulerr_deprecated