powered by
GraphSpace is a constructor of GraphSpace-class objects.
GraphSpace
GraphSpace(g, layout = NULL, mar = 0.075, verbose = TRUE)
A GraphSpace class object.
An igraph object. It must include coordinates and names assigned to x, y, and name vertex attributes.
igraph
x
y
name
an optional numeric matrix with two columns for x and y coordinates.
A single numeric value (in [0,1]) indicating the size of the outer margins as a fraction of the graph space.
[0,1]
A single logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE).
verbose=TRUE
verbose=FALSE
Sysbiolab.
plotGraphSpace
# Load a demo igraph data('gtoy1', package = 'RGraphSpace') gs <- GraphSpace(gtoy1)
Run the code above in your browser using DataLab