StatEdgeSpace: Attribute Processing for GeomEdgeSpace

StatEdgeSpaceR Documentation

Attribute Processing for GeomEdgeSpace

Description

Manage visual attribute precedence (color, size, shape) for GeomEdgeSpace objects.

Usage

StatEdgeSpace

Format

A ggproto object.

Attribute Priority

  1. Explicit aes() mappings.

  2. Fixed geom_edgespace() arguments.

  3. Original graph attributes (via optional_aes).

During the setup_data stage, the Stat invokes internal functions to resolve value priority:

  1. Explicit Mapping: Values defined by the user inside aes().

  2. Fixed Parameters: Constant values passed as arguments in the geom_edgespace() call.

  3. Graph Attributes: Original attributes stored within the GraphSpace object, retrieved from the data columns.

See Also

geom_edgespace


RGraphSpace documentation built on June 13, 2026, 9:06 a.m.