figScale {GCDkit}R Documentation

Plot editing: Scaling text or plotting symbols

Description

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).

Usage

figCex(x=NULL)

figCexLab(x=NULL)

figCexMain(x=NULL)

figCexSub(x=NULL)

Arguments

x

numeric: scaling factor.

Author(s)

Colin M. Farrow, colinfarrow537@gmail.com

and Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'figaro'

Examples

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)

[Package GCDkit version 6.0 Index]