View source: R/labels_shadow.R
labels_shadow | R Documentation |
Plot labels (text) with a contrasting buffer to make them more visible when located on a similar color background. This function is the shadowtext()
function developed by Greg Snow. Called by plot functions: plot_dec_grph
, plot_compar
labels_shadow(
x,
y = NULL,
labels,
col = "black",
bg = "white",
theta = seq(0, 2 * pi, length.out = 50),
r = 0.1,
cex = 1,
...
)
x, y |
numeric vector of coordinates where the labels should be plotted. Alternatively, a single argument |
labels |
set of labels provided as a character vector. |
col, bg |
graphical parameters for the label color and background (buffer) color. |
theta |
angles for generating the buffer with possible anisotropy along one direction (default is isotropic) and controlling buffer smoothness (angular resolution). |
r |
thickness of the buffer relative to the size of the used font, by default 0.1. |
cex |
size of the label, by default 1. |
... |
Further graphical parameter accepted by |
Don't return value. It creates a contrasting buffer to make labels more visible.
https://rdrr.io/cran/TeachingDemos/man/shadowtext.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.