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,redraw=TRUE)

figCexLab(x=NULL,redraw=TRUE)

figCexMain(x=NULL,redraw=TRUE)

figCexSub(x=NULL,redraw=TRUE)

Arguments

x

numeric: scaling factor.

redraw

logical; should be modified Figaro template redrawn?

Author(s)

Colin M. Farrow, colinfarrow537@gmail.com

and Vojtěch Janoušek, vojtech.janousek@geology.cz

See Also

'figaro'

Examples

    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)

[Package GCDkit version 6.1 Index]