GraphSpace {RGraphSpace} | R Documentation |
Constructor of GraphSpace-class objects
Description
GraphSpace
is a constructor of
GraphSpace-class objects.
Usage
GraphSpace(g, mar = 0.1, layout = NULL, image = NULL, verbose = TRUE)
Arguments
g |
An |
mar |
A single numeric value (in |
layout |
An optional numeric matrix with two columns for |
image |
An optional background image. When provided, |
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.9 Index]