StatNodeSpace: Attribute Processing for GeomNodeSpace

StatNodeSpaceR Documentation

Attribute Processing for GeomNodeSpace

Description

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

Usage

StatNodeSpace

Format

A ggproto object.

Attribute Priority

  1. Explicit aes() mappings.

  2. Fixed geom_nodespace() 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_nodespace() call.

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

See Also

geom_nodespace


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