ResidualFlowGraph[g, flow] returns the directed residual flow graph for graph g with respect to flow.
RevealCycles[p] unveils the canonical hidden cycle structure of permutation p.
ReverseEdges[g] flips the directions of all edges in a directed graph.
RGFQ
(Combinatorica Package Symbol) RGFQ[l] yields True if l is a restricted growth function. It yields False otherwise.
RGFs
(Combinatorica Package Symbol) RGFs[n] lists all restricted growth functions on the first n natural numbers in lexicographic order.
RGFToSetPartition[rgf, set] converts the restricted growth function rgf into the corresponding set partition of set.
RobertsonGraph returns a 19-vertex graph that is the unique (4, 5)-cage graph.
RootedEmbedding[g, v] constructs a rooted embedding of graph g with vertex v as the root. RootedEmbedding[g] constructs a rooted embedding with a center of g as the root.
RotateVertices[v, \[Theta]] rotates each vertex position in list v by \[Theta] radians about the origin (0, 0). RotateVertices[g, \[Theta]] rotates the embedding of the graph ...
Runs
(Combinatorica Package Symbol) Runs[p] partitions p into contiguous increasing subsequences.