GraphSpace-class: GraphSpace: An S4 class for igraph objects

GraphSpace-classR Documentation

GraphSpace: An S4 class for igraph objects

Description

GraphSpace: An S4 class for igraph objects

Value

An S4 class object.

Slots

nodes

A data frame containing node coordinates, attributes, and metadata.

edges

A data frame containing edge relationships and attributes.

graph

An igraph object representing the graph structure.

image

A raster object (see as.raster) used as background image.

fdata

A Matrix object storing high-dimensional feature data associated with graph nodes.

pars

A list with parameters.

misc

A list with intermediate objects for downstream methods.

uuid

A Universally Unique Identifier (UUID) for the object instance.

Constructor

see GraphSpace constructor.


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