Ragraph
and will
perform a libgraph layout on the graph locations.
graphLayout(graph, layoutType=graph@layoutType)
Ragraph
Ragraph
.
agopen
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, .2)
z <- agopen(g1,"foo",layout=FALSE)
x <- z
a <- graphLayout(z)
Run the code above in your browser using DataLab