![]() |
The first column
in the table contains the observation label, which is used to identify
observation markers in graphs. You can change the labels for variables
and observations. For details, see Changing Header Labels .
|
![]() |
The second column
contains marker icons that indicate whether an observation is included
in graphs. If you exclude an observation from graphs, then its marker
icon disappears. The shape and color of the marker icons indicate
the following:
You can configure which variable is used to determine marker shapes
and colors by setting data attributes. For details, see Specify Data Attributes .
|
![]() |
The third and
fourth columns function as the FROM and TO nodes for your links. Though
the FROM and TO variables are the first variables in this example
data set, they can correspond to any two columns of your data set.
You specify the names for the FROM and TO variables when you set the
data attributes.
|
![]() |
Though not required,
you can have additional variables that might be useful for sorting
and exploring data.
|
![]() |
When you load
both link and node data, SAS/GRAPH Network Visualization Workshop
adds two variables to the links table: From Index and To Index. These
variables are derived from the FROM and TO variables in the data set.
The derived variables are zero-based indexes into the node data set.
Each variable corresponds to a node observation in the node table
(the observation is the index value plus one). The variables enable
you to look up a node quickly in the node data table rather than scanning
through the node data table row by row.
|