# Load a demo igraph
data('gtoy1', package = 'RGraphSpace')
# Create a new PathwaySpace object
ps <- buildPathwaySpace(gtoy1, nrc = 100)
# note: adjust 'nrc' to increase image resolution
# Get the 'status' slot in ps
status <- getPathwaySpace(ps, what = 'status')
Run the code above in your browser using DataLab