next up previous contents
Next: Colors and scaling Up: Graphical presentations inside subgraphs Previous: Field labels and values

Record labels in subgraphs

 

reclab Set record labels for subgraphs
<graphic> name of the graphic structure
-f <field> source field
[-l <layer>] layer to be labelled
[-max <max>] maximum number of the labels in each subgraph
[-c <cldata>] an optimal classified data
reclab <graphic> -rm Remove record labels

This command displays the values of some field in subgraphs. The labels are read from the specified field. The layer to be labelled and the maximum number of labels in each neuron can be restricted with <layer> and <max>. <cldata> should contain associations between data records and subgraphs. If <cldata> is not specified, then the classified data, that has been connected to the graphic structure with setgcld, is used.

Example (ex7.26): The values of field crim are picked from Boston data and placed into neurons.

...
NDA> mkgrp grp1 -s som
NDA> setgcld grp1 -c cld
NDA> layer grp1 -l 3
NDA> reclab grp1 -f boston.crim -l 3

figure3205



Anssi Lensu
Wed Oct 6 12:57:48 EET DST 1999