GraphSpace: An S4 class for igraph objects
Slots
nodesA data frame containing node coordinates, attributes, and metadata.
edgesA data frame containing edge relationships and attributes.
graphAn
igraphobject representing the graph structure.imageA
rasterobject (seeas.raster) holding the original background image as supplied by the user. Never modified after construction; always serves as the stable source fornormalizeGraphSpace().canvasA
rasterobject holding the processed, render-ready image produced bynormalizeGraphSpace(). Receives all centering, flipping, and margin adjustments. When this slot contains only the empty sentinel, downstream accessors fall back to@imageautomatically; see gs_image.fdataA
Matrixobject storing high-dimensional feature data associated with graph nodes.parsA list with parameters.
miscA list with intermediate objects for downstream methods.
uuidA Universally Unique Identifier (UUID) for the object instance.
Constructor
see GraphSpace constructor.