DFS                     Depth First Search
acc-methods             Methods for Accessibility Lists
addEdge                 addEdge
addNode                 addNode
adj-methods             Methods for finding the adjacency list for
                        selected nodes.
aveNumEdges             Calculate the average number of edges in a
                        graph
boundary                Returns the Boundary between a Graph and a
                        SubGraph
calcProb                Calculate the hypergeometric probability of
                        the subgraph's number of edges.
calcSumProb             Calculate the probability that a subgraph has
                        an unusual number of edges.
clearNode               clearNode
clusterGraph-class      Class "clusterGraph"
combineNodes            combineNodes
distGraph-class         Class "distGraph"
duplicatedEdges         duplicatedEdges
edgeMatrix              Compute an Edge Matrix for a Graph
fromGXL-methods         Methods for GXL manipulations in package graph
gEdge-class             Class "gEdge"
gNode-class             Class "gNode"
generalGraph-class      Class "generalGraph" ~~~
graph-class             Class "graph"
graphExamples           A List Of Example Graphs
graphID-class           Unique Graph Identifications
graphNEL-class          Class "graphNEL"
hashtable-class         Class "hashtable" ~~~
inEdges                 inEdges
mostEdges               Find the node in a graph with the greatest
                        number of edges
numEdges                Calculate the number of edges in a graph
numNoEdges              Calculate the number of nodes that have an
                        edge list of NULL
randomEGraph            Random Edge Graph
randomGraph             Random Graph
removeEdge              removeEdge
removeNode              removeNode
startids                Functions to associate identifiers with graph
                        components.
ugraph                  Underlying Graph
validGraph              Test whether graph object is valid
