Learn R Programming

gridSVG (version 1.4-2)

setSVGoptions: Get and Set Global Options

Description

Provides access to a predefined set of global options for the gridSVG package.

Usage

getSVGoption(name)
getSVGoptions()
setSVGoptions(...)

Arguments

name
The name of one option.
...
Named arguments giving a name, value pair for a new option setting.

Value

  • 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.

Details

The options currently available are:
  • id.sepwhich controls the separator used between the grob name and the suffix number whengridSVGgenerates id values for SVG elements.
  • gPath.sepwhich controls the separator used between elements of a gridgPath.
  • vpPath.sepwhich controls the separator used between elements of a gridvpPath.

See Also

grid.export