rgraph6-package: Interface to graph6 format for R

Description Details Changes Author(s) References Examples

Description

This package contain implementation of methods that allow to represent undirected graphs in a compact 'graph6' format

Details

This package implements routines for reading and writing undirected graphs in graph6 format. The format itself was created by Brendan McKay http://cs.anu.edu.au/~bdm. See help(graph6) for detailed format description. The routines in this package are inspired by routines in McKay's nauty suite of programs for graph analysis.

See help(package="rgraph6") for a list of available functions.

The main interface consists of two functions: asGraph6 and asAMatrix. The first one is for converting symmetric, square binary matrices representing an undirected graphs to a graph6 symbol. The second one for converting graph6 symbol into a square, symmetric binary matrix (adjacency matrix).

Changes

Version 1.2 (2007-11-19)

Version 1.1 (2007-06-12)

Version 1.0 (2007-06-06)

Version 0.0-1 (2007-02-09)

Author(s)

Michal Bojanowski mbojan@ifispan.waw.pl

References

The web page of Brendan McKay: http://cs.anu.edu.au/~bdm

Examples

1
# TODO add examples

rgraph6 documentation built on May 2, 2019, 4:50 p.m.