link.complete Function (GPL)

Syntax

link.complete(<algebra>)

or

link.complete(<binning function>)

or

link.complete(<statistic function>)

<algebra>. Graph algebra, such as x*y. Refer to Brief Overview of GPL Algebra for an introduction to graph algebra.

<binning function>. A binning function.

<statistic function>. Another statistic function. The result of the embedded statistic is used to calculate link.complete.

Description

Calculates the complete graph for the values. This function is typically used with the edge graphic element. The complete graph connects every data value with every other data value.

Examples

Figure 1. Example: Creating a complete graph
ELEMENT: edge(position(link.complete(x*y)))

Statistic Functions

See GPL Functions .