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,redraw=TRUE) figCexLab(x=NULL,redraw=TRUE) figCexMain(x=NULL,redraw=TRUE) figCexSub(x=NULL,redraw=TRUE)
x |
numeric: scaling factor. |
redraw |
logical; should be modified Figaro template redrawn? |
Colin M. Farrow, colinfarrow537@gmail.com
and Vojtěch Janoušek, vojtech.janousek@geology.cz
'figaro
'
data(sazava) accessVar("sazava") # Classification diagram plotDiagram("TAS",FALSE) # example of a classification plot figSub(txt="My TAS diagram") figCex(2) figCexMain(1.5) figCexSub(0.5) # Spider plot spider(WR,"Boynton",0.1,1000) figMain(txt="My REE plot") figSub(txt="Normalized by Boynton (1989)") figCex(2) figCexMain(1.5) figCexSub(0.5)