Learn R Programming

eulerr (version 4.1.0)

eulerr_deprecated: Deprecated functions in package eulerr.

Description

The functions listed below are deprecated and will be defunct in the near future. When possible, alternative functions with similar functionality are also mentioned. Help pages for deprecated functions are available at help("_deprecated").

Usage

prepanel.euler(x, y, ra, rb, phi, subscripts, ...)

panel.euler(x, y, ra, rb, phi, subscripts, fill = superpose.polygon$col, lty = superpose.polygon$lty, lwd = superpose.polygon$lwd, border = superpose.polygon$border, alpha = superpose.polygon$alpha, fill_alpha = 0.4, fontface = "bold", quantities = FALSE, labels = NULL, original.values, fitted.values, mode = c("split", "overlay"), ...)

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

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)

panel.euler.labels(x, y, ra, rb, phi, labels, quantities = FALSE, original.values, fitted.values, ...)

label(x, labels = NULL)

# S3 method for euler label(x, labels = NULL)

Arguments

<code>prepanel.euler</code>

For prepanel.euler(), use plot.euler().

<code>panel.euler</code>

For panel.euler(), use plot.euler().

<code>panel.euler.circles</code>

For panel.euler.circles(), use plot.euler().

<code>panel.euler.ellipses</code>

For panel.euler.ellipses(), use plot.euler().

<code>panel.euler.labels</code>

For panel.euler.labels(), use plot.euler().

<code>label.euler</code>

For label.euler(), use plot.euler().