Run plotting code and open svg in OS/system default svg viewer or editor.
Source:R/inlineSVG.R
      editSVG.RdThis is useful primarily for testing or post-processing the SVG.
Arguments
- code
- Plotting code to execute. 
- ...
- Other arguments passed on to - svgstring.
- height, width
- Height and width in inches. 
Examples
if (interactive()) {
  editSVG(plot(1:10))
  editSVG(contour(volcano))
}