svg_filter: Create an SVG Filter Element

Description Usage Arguments

View source: R/draw.R

Description

Serves as container for atomic filter operations.

Usage

1
svg_filter(..., x = 0L, y = 0L, width, height, class, id, collapse = "\n")

Arguments

...

a character vector containing any number of typical SVG elements.

x

expression specifying the position on the x-axis.

y

expression specifying the position on the y-axis.

width

expression setting the width of the filter element.

height

expression setting the height of the filter element.

class

expression, which adds an class attribute to the SVG element.

id

expression specifying the id attribute.

collapse

see \link{paste}.


be-pr/drawsvg documentation built on Dec. 8, 2020, 3:34 a.m.