node Function (GPL)

Syntax

node(<variable name>)

<variable name>. The name of a variable previously defined in the GPL by a DATA statement.

Description

Specifies the variable containing the unique nodes in the dataset.

Examples

Figure 1. Example: Creating a directed acyclic graph
ELEMENT: edge(position(layout.dag(node(id), from(fromVar), to(toVar))))