Rdocumentation
powered by
Learn R Programming
rvg (version 0.0.9)
set_attr: set attributes to graphical elements
Description
set attributes with javascript instructions to graphical elements.
Usage
set_attr(ids, attribute, str)
Arguments
ids
integer vector of graphical elements identifiers (returned by
rvg_tracer_off
).
attribute
name of the attribute to set.
str
values to set for the attribute.