stringSVG {svglite} | R Documentation |
Run plotting code and return svg as string
Description
This is useful primarily for testing but can be used as an
alternative to svgstring()
.
Usage
stringSVG(code, ...)
Arguments
code |
Plotting code to execute. |
... |
Other arguments passed on to |
Examples
stringSVG(plot(1:10))
[Package svglite version 2.1.1 Index]