Learn R Programming

⚠️There's a newer version (1.4.2) of this package.Take me there.

rviewgraph (version 1.3.1)

Animated Graph Layout Viewer

Description

This is an 'R' interface to Alun Thomas's 'ViewGraph' 'Java' graph viewing program. It takes a graph specified as an incidence matrix, list of edges, or in 'igraph' format and runs a graphical user interface that shows an animation of a force directed algorithm positioning the vertices in two dimensions. It works well for graphs of various structure of up to a few thousand vertices. It's not fazed by graphs that comprise several components. The coordinates can be read as an 'igraph' style layout matrix at any time. The user can mess with the layout using a mouse, preferably one with 3 buttons, and some keyed commands.

Copy Link

Version

Install

install.packages('rviewgraph')

Monthly Downloads

139

Version

1.3.1

License

GPL-2

Maintainer

Alun Thomas

Last Published

May 7th, 2020

Functions in rviewgraph (1.3.1)

rViewGraph

This is a function to create and start the 'Java' graph animation GUI.
rviewgraph-package

Animated Graph Layout Viewer