figEdit {GCDkit}R Documentation

Plot editing: Changing titles and axis labels

Description

These functions enable altering titles and axis labels of binary (figXlab, figYlab) and ternary (figAlab, figBlab, figClab), Figaro-compatible plots.

Usage

figMain(txt=NULL)

figSub(txt=NULL)

figXlab(txt=NULL)

figYlab(txt=NULL)

figAlab(txt=NULL)

figBlab(txt=NULL)

figClab(txt=NULL)

Arguments

txt

text

Details

If specified, the parameter txt will be passed to the function 'annotate' to guess the correct reformatting to sub- and superscripts for production of "publication quality" plots. Otherwise, the current value (titles or labels for axes/apices) are edited.

Author(s)

Colin M. Farrow, c.farrow@compserv.gla.ac.uk

and Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'annotate'

'figaro'

Examples

    plotDiagram("TAS",FALSE) # example of a classification plot
    figMain(txt="My TAS diagram")
    figSub(txt="test")
    figXlab(txt="Silica")
    figYlab(txt="Total alkalis")

[Package GCDkit version 3.00 Index]