powered by
rgl
rglplot
rglplot(x, ...)
igraph.plotting
NULL
plot.igraph
tkplot
g <- graph.lattice( c(5,5,5) ) coords <- layout.fruchterman.reingold(g, dim=3) rglplot(g, layout=coords)
Run the code above in your browser using DataLab