Learn R Programming

eulerr (version 4.1.0)

eulerr_options: Get or set global graphical parameters for eulerr

Description

This function provides a means to set default parameters for plots produced by plot.euler(). Query eulerr_options() (without any argument) to see all the available options and read more about them in grid::gpar() and graphics::par().

Usage

eulerr_options(...)

Arguments

...

objects to update the global graphical parameters for eulerr with.

Value

This function gets or sets updates in the global environment that are used in plot.euler().

Details

Currently, the following items will be considered:

pointsize

size in pts to be used as basis for fontsizes and some margin sizes in the resulting plot

fills

a list of items fill and alpha

edges

a list of items col, alpha, lex, lwd, and lty

labels

a list of items rot, col, alpha, fontsize, cex, fontfamily, fontface, lineheight, and font

quantities

a list of items rot, col, alpha, fontsize, cex, fontfamily, lineheight, and font

strips

col, alpha, fontsize, cex, fontfamily, lineheight, and font

legend

arguments to grid::legendGrob() as well as col, alpha, fontsize, cex, fontfamily, lineheight, and font

See Also

plot.euler(), grid::gpar(), graphics::par()

Examples

Run this code
# NOT RUN {
eulerr_options(edges = list(col = "blue"), fontsize = 10)
# }

Run the code above in your browser using DataLab