next up previous contents
Next: Bars in subgraphs Up: Graphical presentations inside subgraphs Previous: Axes in subgraphs

Plotting data in subgraphs

 

tabular2427

The command maps a given data field to the axes of the subgraphs such that <cldata> determines which data records are mapped to which neurons. Before using this command, the definition of the axes should be set by the operation saxis.

Example (ex7.33): In the following example, the correlation between two field inside neurons is visualized through data plotting.

# resulting by the normal SOM analysis: som and cld
...
NDA> mkgrp grp1 -s som
NDA> saxis grp1 -ax x -sca data -min boston.nox -max boston.nox
NDA> ndatplc grp1 -n set1 -ax x -f boston.nox -c cld -co red
NDA> saxis grp1 -ax y -sca data -min boston.dis -max boston.dis
NDA> ndatplc grp1 -n set1 -ax y -f boston.dis -c cld -co red
...

figure2440



Erkki Hakkinen
Thu Sep 24 11:51:34 EET DST 1998