setCex {GCDkit}R Documentation

Set uniform symbols size

Description

Defines the default relative size of plotting symbols.

Usage

setCex(x)

Arguments

x

numeric; scaling for the plotting symbols

.

Details

The coefficient determining the plotting symbols expansion is stored in a variable 'labels[,"Size"]', the default is 1.

Author(s)

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

See Also

gcdOptions

Examples

    data(sazava)
    accessVar("sazava")
    
    setCex(2) # double size
    plotDiagram("TAS",FALSE)

    setCex(0.5) # half the size
    plotDiagram("TAS",FALSE)

[Package GCDkit version 6.1 Index]