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)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

gcdOptions

Examples

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

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

[Package GCDkit version 4.1 Index]