| figEdit {GCDkit} | R Documentation | 
These functions enable altering titles and axis labels of binary (figXlab, figYlab) 
and ternary (figAlab, figBlab, figClab), Figaro-compatible plots. 
figMain(txt=NULL) figSub(txt=NULL) figXlab(txt=NULL) figYlab(txt=NULL) figAlab(txt=NULL) figBlab(txt=NULL) figClab(txt=NULL)
| txt | text | 
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.  
Colin M. Farrow, colinfarrow537@gmail.com
and Vojtěch Janoušek, vojtech.janousek@geology.cz
'annotate'
'figaro'
    sampleDataset("sazava")
    binary("SiO2","Na2O+K2O")
    figMain(txt="My TAS diagram")
    figSub(txt="test")
    figXlab(txt="Silica")
    figYlab(txt="Total alkalis")