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
data(sazava) accessVar("sazava") plotDiagram("DebonPQ",FALSE,TRUE) windows() figRedraw()