igraph (version 0.6-1)

graph.famous: Creating named graphs

Description

There are some famous, named graphs, sometimes counterexamples to some conjecture or unique graphs with given features. These can be created with this function

Usage

graph.famous(name)

Arguments

name
Character constant giving the name of the graph. It is case insensitive.

Value

  • A graph object.

encoding

UTF-8

Details

graph.famous knows the following graphs: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

graph can create arbitrary graphs, see also the other functions on the its manual page for creating special graphs.

Examples

Run this code
solids <- list(graph.famous("Tetrahedron"),
               graph.famous("Cubical"),
               graph.famous("Octahedron"),
               graph.famous("Dodecahedron"),
               graph.famous("Icosahedron"))

Run the code above in your browser using DataCamp Workspace