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
'
sampleDataset("sazava") binary("SiO2","Na2O+K2O",main="My TAS diagram") figSub(txt="on Sazava suite") figCex(2) figCexMain(1.5) figCexSub(0.5)