| figRedraw {GCDkit} | R Documentation | 
These functions redraw/refresh a Figaro-compatible plot.
    figRedraw(x=x.data, y=y.data, zoom=NULL, bw=FALSE, title=NULL)
    refreshFig()
| x | vector of x coordinates | 
| y | vector of y coordinates | 
| zoom | logical; redraw while zooming? | 
| bw | logical; should be the output black and white? | 
| title | character; optional title for the plotting window. | 
Note that all user-defined components added via 'Plot editing: Add' 
(legend, lines, text, boxes, ...) - will be lost.
Colin M. Farrow, colinfarrow537@gmail.com
and Vojtech Janousek, vojtech.janousek@geology.cz
    sampleDataset("sazava")
    
    binary("SiO2","Na2O+K2O",main="My TAS diagram")
    windows()
    
    figRedraw()