Skip to contents

Generate the DOT specification for a pipeline graph

Usage

pipeline_dot(graph, direction = c("TB", "LR"), theme = c("light", "dark"))

Arguments

graph

A gdalviz_graph from pipeline_graph().

direction

Layout direction: "TB" (vertical, default) or "LR".

theme

"light" or "dark".

Value

A length-one character string of DOT.