figRedraw {GCDkit}R Documentation

Redrawing/refreshing a Figaro plot

Description

These functions redraw/refresh a Figaro-compatible plot.

Usage

    figRedraw(x=x.data, y=y.data, zoom=NULL, bw=FALSE, title=NULL)

    refreshFig()

Arguments

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.

Warning

Note that all user-defined components added via 'Plot editing: Add' (legend, lines, text, boxes, ...) - will be lost.

Author(s)

Colin M. Farrow, colinfarrow537@gmail.com

and Vojtech Janousek, vojtech.janousek@geology.cz

See Also

figaro

Examples

    data(sazava)
    accessVar("sazava")
    
    plotDiagram("DebonPQ",FALSE,TRUE)
    windows()
    
    figRedraw()

[Package GCDkit version 6.1 Index]