assignColLab {GCDkit} | R Documentation |
Assigns plotting colours according to the levels of the chosen label.
assignColLab()
None.
The label is selected using the function 'selectColumnLabel
'.
Sets 'leg.col
' to a sequence number of column in 'labels
' that is
to be used to build the legend; 'labels$Colour
' contains the codes of
desired plotting colours.
Vojtech Janousek, vojtech.janousek@geology.cz
To display the current legend use showLegend
.
Symbols by a single label can be assigned by assignSymbLab
,
symbols and colours by groups simultaneously by assignSymbGroup
.
Uniform colours and symbols are obtained by assign1symb
and
assign1col
.
Table of available plotting symbols is displayed by showSymbols
and colours by showColours
.
Selecting a label: selectColumnLabel
.