| igraph Reference Manual |
|---|
igraph_create — Creates a graph with the specified edges.igraph_small — Shortand to create a short graph, giving the edges as agrumentsigraph_adjacency — Creates a graph object from an adjacency matrix.igraph_star — Creates a star graph, every vertex connects only to the center.igraph_lattice — Creates most kind of lattices.igraph_ring — Creates a ring graph, a one dimensional lattice.igraph_tree — Creates a tree in which almost all vertices have the same number of children.igraph_full — Creates a full graph (directed or undirected, with or without loops). igraph_full_citation — Creates a full citation graphigraph_famous — Create a famous graph by simply providing its nameigraph_lcf — Create a graph from LCF notationigraph_lcf_vector — Create a graph from LCF notationigraph_atlas — Create a small graph from the “Graph Atlas”.igraph_de_bruijn — Generate a de Bruijn graph.igraph_kautz — Generate a Kautz graph.igraph_extended_chordal_ring — Create an extended chordal ringigraph_connect_neighborhood — Connects every vertex to its neighborhood| << Chapter 7. Graph Generators | 1.1. igraph_create — Creates a graph with the specified edges. >> |