figScale {GCDkit} | R Documentation |
These functions enable changing a size of titles, axis labels or plotting symbols of Figaro-compatible plots. The size is relative to 1 (the original).
figCex(x=NULL) figCexLab(x=NULL) figCexMain(x=NULL) figCexSub(x=NULL)
x |
numeric: scaling factor. |
Colin M. Farrow, c.farrow@compserv.gla.ac.uk
and Vojtech Janousek, vojtech.janousek@geology.cz
'figaro
'
plotDiagram("TAS",FALSE) # example of a classification plot figSub(txt="My TAS diagram") figCex(2) figCexMain(1.5) figCexSub(0.5) spider(WR,selectNorm("Boynton"),0.1,1000,pch=labels$Symbol,col=labels$Colour) figMain(txt="My REE plot") figSub(txt="Normalized by Boynton (1989)") figCex(2) figCexMain(1.5) figCexSub(0.5)