powered by
Using the rgl package, rglplot plots a graph in 3D. The plot can be zoomed, rotated, shifted, etc. but the coordinates of the vertices is fixed.
rgl
rglplot
rglplot(x, ...)
The graph to plot.
Additional arguments, see igraph.plotting for the details
igraph.plotting
NULL, invisibly.
NULL
Note that rglplot is considered to be highly experimental. It is not very useful either. See igraph.plotting for the possible arguments.
igraph.plotting, plot.igraph for the 2D version, tkplot for interactive graph drawing in 2D.
plot.igraph
tkplot
# NOT RUN { # } # NOT RUN { g <- make_lattice( c(5,5,5) ) coords <- layout_with_fr(g, dim=3) rglplot(g, layout=coords) # } # NOT RUN { # }
Run the code above in your browser using DataLab