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.
Vojtech Janousek, vojtech.janousek@geology.cz
setCex(2) # double size plotDiagram("TAS",FALSE) setCex(0.5) # half the size plotDiagram("TAS",FALSE)