grid.gradientFill | R Documentation |
Creates a gradientFilled.grob
object which is a normal grid
grob, with a gradient fill used in place of a regular fill. Used in
conjunction with registerGradientFill
, to produce an SVG
document containing graphical elements with gradient fills.
grid.gradientFill(path, gradient = NULL, label = NULL,
alpha = 1, group = TRUE, redraw = FALSE,
strict = FALSE, grep = FALSE, global = FALSE)
gradientFillGrob(x, gradient = NULL, label = NULL,
alpha = 1, group = TRUE)
x |
A grob to add a pattern fill to. |
path |
A grob path specifying a drawn grob. |
gradient |
A |
label |
A label that is associated with a definition of a gradient
fill. This is the label used to create a gradient fill
definition with |
alpha |
The alpha channel for transparency. A value between 0 and 1. |
group |
A logical vector that indicates whether the gradient fill should be applied to the overall parent group for the relevant SVG element, or to individual SVG elements. |
redraw |
A logical value to indicate whether to redraw the grob. |
strict |
A boolean indicating whether the |
grep |
Whether the |
global |
A boolean indicating whether the function should affect just the
first match of the |
If label
is specified, uses a gradient that has been supplied
to registerGradientFill
. If gradient
is specified it
will be used as the gradient fill applied to each grob. If both are
specified, it will attempt to define the gradient with the given
label, as well as applying a gradient fill to the appropriate grobs.
A gradientFilled.grob
object (for gradientFillGrob
).
Simon Potter
linearGradient
, radialGradient
,
registerGradientFill
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.