sampleg6: A sample vector of g6 codes

Description Usage Format See Also Examples

Description

A vector of graph6 symbols each representing an undirected graph.

Usage

1

Format

The format is: chr [1:9] "CR" "CJ" "CN" ...

See Also

See graph6 for format description, asAMatrix and asGraph6 for conversion routines.

Examples

1
2
3
4
data(sampleg6)
l <- lapply( sampleg6, asAMatrix )
# list of adjacency matrices
str(l)

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