R/inlineSVG.R
editSVG.Rd
This is useful primarily for testing or post-processing the SVG.
editSVG(code, ..., width = NA, height = NA)
Plotting code to execute.
Other arguments passed on to svglite
.
Height and width in inches.
if (interactive()) {
editSVG(plot(1:10))
editSVG(contour(volcano))
}