Projection Data Container for PathwaySpace Objects
Source:R/pspace-classes.R
SpaceProjection-class.RdSpaceProjection is an S4 class that stores the intermediate and
final matrices produced during signal projection in a
PathwaySpace object. It is created internally by
circularProjection or polarProjection and is
not intended to be constructed directly by the user.
Slots
coordinatesA numeric matrix with one row per graph node and four columns (
X,Y,Xint,Yint), storing continuous and integer grid coordinates for each node.floorA numeric matrix of dimensions
nrc x nrcrepresenting the projection floor, used to mask regions outside the graph silhouette.signalA numeric matrix of dimensions
nrc x nrcstoring the smoothed signal values before final scaling.resultA numeric matrix of dimensions
nrc x nrccontaining the final projected signal, scaled to[0, 1](or[-1, 1]for"negpos"scale types).