setSVGoptions | R Documentation |
Provides access to a predefined set of global options for the gridSVG package.
getSVGoption(name)
getSVGoptions()
setSVGoptions(...)
name |
The name of one option. |
... |
Named arguments giving a name, value pair for a new option setting. |
The options currently available are:
id.sep
which controls the separator used between the
grob name and the suffix number when gridSVG generates
id values for SVG elements.
gPath.sep
which controls the separator used between
elements of a grid gPath
.
vpPath.sep
which controls the separator used between
elements of a grid vpPath
.
getSVGoption()
returns at most one option setting.
getSVGoptions()
returns all option settings.
setSVGoptions()
returns a list of previous option settings
for the options that were changed.
Paul Murrell
grid.export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.