exportSVG is designed to export the iNZight plot as a temporary SVG that is opened in a web browser.
The iNZightPlot must be drawn to a graphics device before exporting can occur.
iNZight plot object or function that captures iNZight environment
Name of temporary svg file generated (by default: 'inzightplot.svg')
additional arguments
the width of the plot device
the height of the plot device
Opens up an SVG file of x with filename file in a web browser
exportSVG(`function`): method for functions
exportSVG(inzplotoutput): method for an existing plot object