Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rglplot

3D plotting of graphs with OpenGL


Description

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.

Usage

rglplot(x, ...)

Arguments

x

The graph to plot.

...

Additional arguments, see igraph.plotting for the details

Details

Note that rglplot is considered to be highly experimental. It is not very useful either. See igraph.plotting for the possible arguments.

Value

NULL, invisibly.

Author(s)

See Also

igraph.plotting, plot.igraph for the 2D version, tkplot for interactive graph drawing in 2D.

Examples

## Not run: 
g <- make_lattice( c(5,5,5) )
coords <- layout_with_fr(g, dim=3)
rglplot(g, layout=coords)

## End(Not run)

igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.