feGaussianBlur {gridSVG} | R Documentation |
Apply a Gaussian blur to an image.
Description
This filter effect primitive performs a Gaussian blur on the input image.
Usage
feGaussianBlur(input = NA, sd = 0, ...)
Arguments
input |
Identifies an input for this filter primtive. See
|
sd |
The value of |
... |
Further arguments to be passed onto |
Details
For more information about this primitive, consult the reference to the SVG specification.
Value
An fe.gaussian.blur
object.
Author(s)
Simon Potter
References
https://www.w3.org/TR/SVG/filters.html#feGaussianBlurElement
See Also
[Package gridSVG version 1.7-5 Index]