SAS/GRAPH
Network Visualization Workshop uses SAS data sets to define a network.
In simple terms, a network is a system of interconnected items, and
network data is the information that describes such a system.
Network
data consists of two types of data:
Network Data
|
|
|
Information about
the items that are connected
|
|
Information about
the connections between nodes
|
Many real-world
problems can be represented by using a collection of nodes and links.
Common examples include supply chains, Web sites, database schema,
communication networks, and software module dependencies. For a supply
chain, the nodes might represent manufacturing plants, warehouses,
and customer locations. The links might represent the flow of goods
or products between the locations. For a communications network, the
nodes might be switches, routers, and other hardware devices with
attributes such as capacity, device type, traffic volume, and number
of dropped packets. The links might represent transmission facilities
or media connecting the nodes with attributes such as failure rates,
error rates, and traffic volume.
To create
a network graph,
SAS/GRAPH Network Visualization Workshop requires
two SAS data sets: a link data set and a node data set. Together these
data sets constitute the network data. Each link connects two nodes,
though a node can have multiple connecting links. There can be thousands
of links connecting thousands of nodes.
SAS/GRAPH
Network Visualization Workshop also enables you to create statistical
graphs that are based on either node data or link data.
For more information,
see Non-Network Data .