ggraph
/ggplot2
representation
of your drake project.
Use render_drake_ggraph()
instead.
render_static_drake_graph(graph_info, main = graph_info$default_title)
A ggplot2
object, which you can modify with more layers,
show with plot()
, or save as a file with ggsave()
.
List of data frames generated by
drake_graph_info()
.
There should be 3 data frames: nodes
, edges
,
and legend_nodes
.
Character string, title of the graph.
Deprecated on 2018-07-25.