getGraphSpace,GraphSpace-method | R Documentation |
getGraphSpace
retrives information from
individual slots available in a GraphSpace object.
## S4 method for signature 'GraphSpace'
getGraphSpace(gs, what = "graph")
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'. |
Content from slots in the GraphSpace object.
# Load a demo igraph
data('gtoy1', package = 'RGraphSpace')
# Create a new GraphSpace object
gs <- GraphSpace(gtoy1)
# Get the 'summary' slot in gs
getGraphSpace(gs, what = 'graph')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.