Liking cljdoc? Tell your friends :D

rhizome.dot


->literalclj/s

(->literal s)
source

format-labelclj/s

(format-label label)
source

graph->dotclj/s

(graph->dot nodes
            adjacent
            &
            {:keys [directed? vertical? options node->descriptor
                    edge->descriptor cluster->parent node->clusters
                    cluster->descriptor cluster->ranks]
             :or {directed? true
                  vertical? true
                  node->descriptor (constantly nil)
                  edge->descriptor (constantly nil)
                  cluster->parent (constantly nil)
                  node->clusters (constantly nil)
                  cluster->descriptor (constantly nil)
                  cluster->ranks (constantly nil)}
             :as graph-descriptor})

Takes a description of a graph, and returns a string describing a GraphViz dot file.

Requires two fields: nodes, which is a list of the nodes in the graph, and adjacent, which is a function that takes a node and returns a list of adjacent nodes.

Takes a description of a graph, and returns a string describing a GraphViz dot file.

Requires two fields: `nodes`, which is a list of the nodes in the graph, and `adjacent`, which
is a function that takes a node and returns a list of adjacent nodes.
sourceraw docstring

literal?clj/s

(literal? x)
source

translate-optionsclj/s

(translate-options m)
source

unwrap-literalclj/s

(unwrap-literal x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close