PropertyList[{obj, item}] lists the properties available for item in obj.
VertexCoordinates is an option to Graph and related functions that specifies the coordinates to use to place the center of vertices.
GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components.
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
HaarWavelet[] represents a Haar wavelet.
DirectedGraph[g] gives a directed graph from the undirected graph g.DirectedGraph[g, conv] gives a directed graph using the conversion conv.
FindVertexCover[g] finds a vertex cover of the graph g with a minimum number of vertices.
TreeGraphQ[g] yields True if the graph g is a tree and False otherwise.
UndirectedGraph[g] gives an undirected graph from the directed graph g.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.