getGraphSpace,GraphSpace-method: Accessors for fetching slots from a GraphSpace object
Description
getGraphSpace retrives information from
individual slots available in a GraphSpace object.
Usage
# S4 method for GraphSpace
getGraphSpace(gs, what = "summary")
Value
Content from slots in the GraphSpace object.
Arguments
gs
A preprocessed GraphSpace class object
what
A single character value specifying which information should
be retrieved from the slots.
Options: 'graph','gxy','gxyz','pars','misc','status','summits',
'summit_mask', and 'summit_contour'.
# Load a demo igraphdata('gtoy1', package = 'RGraphSpace')
# Create a new GraphSpace objectgs <- GraphSpace(gtoy1)
# Get the 'summary' slot in gsgetGraphSpace(gs, what = 'summary')