Skip to contents

Render a Plan as DOT (Graphviz) text.

Usage

plan_dot(plan)

Arguments

plan

A Plan from plan_lazy(), or anything plan_lazy() accepts (a LazyRaster, a LazyDataset, or a named list of LazyRasters), which is planned first.

Value

A single DOT string.

See also

plan_view() for the interactive DAG, draw() for the user-facing pipeline visualisation.