GraphSpace {RGraphSpace} | R Documentation |
Constructor of GraphSpace-class objects
Description
GraphSpace
is a constructor of
GraphSpace-class objects.
Usage
GraphSpace(g, layout = NULL, mar = 0.075, verbose = TRUE)
Arguments
g |
An |
layout |
an optional numeric matrix with two columns for |
mar |
A single numeric value (in |
verbose |
A single logical value specifying to display detailed
messages (when |
Value
A GraphSpace class object.
Author(s)
Sysbiolab.
See Also
Examples
# Load a demo igraph
data('gtoy1', package = 'RGraphSpace')
gs <- GraphSpace(gtoy1)
[Package RGraphSpace version 1.0.5 Index]