Output a plot to file or graphics device
OutputPlot(figName, width, height, Plot)OutputPlot() is called for its side-effecits: it launches a new
device of the type specified by getOption("ntOutput")
(supported: "png", "pdf", "device", where the latter
is the default and plots to the active graphics device).