figCol {GCDkit} | R Documentation |
These functions enable altering colours for titles or all plotting symbols in Figaro-compatible plots.
figCol(col=NULL) figColMain(col=NULL) figColSub(col=NULL) figBw()
col |
colour specification |
The colours can be specified both by their code (see table under Data handling|Show available colours) or R name (see Examples).
figBw
sets the whole plot (main title and
subtitle, axes and plotting symbols) in black and white, making them ready for
printing/exporting.
Colin M. Farrow, colinfarrow537@gmail.com
& Vojtech Janousek, vojtech.janousek@geology.cz
'showColours
' 'colours
' 'figaro
'
colours() # prints the list of available colour names plotDiagram("TAS",FALSE) # example of a classification plot figSub(txt="My TAS diagram") figCol(col="green") figColMain(col="red") figColSub(col="blue") figBw() spider(WR,selectNorm("Boynton"),0.1,1000,pch=labels$Symbol,col=labels$Colour) figMain(txt="My REE plot") figSub(txt="Normalized by Boynton (1989)") figCol(col="green") figColMain(col="red") figColSub(col="blue")