Skip to contents

Use render_drake_ggraph() instead.

Usage

render_static_drake_graph(graph_info, main = graph_info$default_title)

Arguments

graph_info

List of data frames generated by drake_graph_info(). There should be 3 data frames: nodes, edges, and legend_nodes.

main

Character string, title of the graph.

Value

A ggplot2 object, which you can modify with more layers, show with plot(), or save as a file with ggsave().

Details

Deprecated on 2018-07-25.