
BioGraph::Visual

use BioGraph::Visual;

Package for manipulate graphs represented as well as adjacent matrix or adjacent list. Library for visualize graphs in different format (txt, pdf, ps, 3d, ...).

This is the list of the differents functions implemented in this library.
Export the graph in a file image format. To use this function you MUST have installed the 'dot' program from AT&T (http://www.research.att.com/sw/tools/graphviz).
the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list
the basename of the output file (ex: graph => graph.dot)
one type of format in : ps, gif, jpeg, fig, xdot
the hash table of the graph
This function display on the screen (as text) a graph contained in a hash table
the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list
the hash table of the graph
Generate the representation in 3 dimensions of the vertices densities of a graph (pdf file). You MUST have installed the R package to use this function (http://www.R-project.org).
the name of the file to produce without extension
the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list
the reference of the hash table of densities
the hash table of the graph

BioGraph::Visual is Copyright (C) 2004, Tristan Colombo
CNRS - LCB, 31 chemin Joseph Aiguier
13009 Marseille
France
Email: tristan.colombo@ibsm.cnrs-mrs.fr
All rights reserved.
You may distribute this package under the terms of the GNU
General Public License.