| setCex {GCDkit} | R Documentation | 
Defines the default relative size of plotting symbols.
setCex(x)
| x | numeric; scaling for the plotting symbols | 
.
The coefficient determining the plotting symbols expansion is stored in a 
variable 'labels[,"Size"]', the default is 1.
Vojtěch Janoušek, vojtech.janousek@geology.cz
    sampleDataset("sazava")
    
    setCex(2) # double size
    plotDiagram("TAS",FALSE)
    setCex(0.5) # half the size
    plotDiagram("TAS",FALSE)