GraphSpace: An S4 class for igraph objects
An S4 class object.
nodesA data frame containing node coordinates, attributes, and metadata.
edgesA data frame containing edge relationships and attributes.
graphAn igraph object representing the graph
structure.
imageA raster object (see as.raster)
holding the original background image as supplied by the user. Never
modified after construction; always serves as the stable source for
normalizeGraphSpace().
canvasA raster object holding the processed,
render-ready image produced by normalizeGraphSpace(). Receives all
centering, flipping, and margin adjustments. When this slot contains only
the empty sentinel, downstream accessors fall back to @image
automatically; see gs_image.
fdataA Matrix object storing high-dimensional
feature data associated with graph nodes.
coordsA data frame with raw coordinates. It also stores a raw
sfc list column when a geometry is included
by the gs_geometry function.
parsA list with parameters.
miscA list with intermediate objects for downstream methods.
uuidA Universally Unique Identifier (UUID) for the object instance.
see GraphSpace constructor.