Learn R Programming

RGraphSpace (version 1.5.2)

summary,GraphSpace-method: Summarise a GraphSpace object

Description

Prints a structured summary of a GraphSpace object, including graph topology, optional feature data, and spatial boundaries for nodes and, when present, the background image.

Node boundaries are always drawn from @graph (original pixel coordinates, never modified). Image boundaries reflect @canvas after normalization with image.space = TRUE, and @image otherwise. When normalized, both boundary lines show the source range and [0,1] target to make the transformation explicit.

Usage

# S4 method for GraphSpace
summary(object, ...)

Value

Invisibly returns object, allowing the call to be used inside a pipeline without side effects beyond the printed output.

Arguments

object

A GraphSpace object.

...

Currently unused; present for S4 generic compatibility.

See Also

GraphSpace, normalizeGraphSpace