assignSymbLab {GCDkit} | R Documentation |
Assigns plotting symbols according to the levels of the chosen label.
assignSymbLab()
None.
The label is selected using the function 'selectColumnLabel
'.
Sets 'leg.pch
' to a sequence number of column in 'labels
' that is
to be used to build the legend; 'labels$Symbol
' contains the codes for
desired plotting symbols.
Vojtech Janousek, vojtech.janousek@geology.cz
To display the current legend use showLegend
.
Colours by a single label can be assigned by assignColLab
,
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
.