powered by
ggraph
ggplot2
Use render_drake_ggraph() instead.
render_drake_ggraph()
render_static_drake_graph(graph_info, main = graph_info$default_title)
list of data frames generated by drake_graph_info(). There should be 3 data frames: nodes, edges, and legend_nodes.
drake_graph_info()
nodes
edges
legend_nodes
character string, title of the graph
A ggplot2 object, which you can modify with more layers, show with plot(), or save as a file with ggsave().
plot()
ggsave()
Deprecated on 2018-25-07.
# NOT RUN { # See render_drake_ggraph() # }
Run the code above in your browser using DataLab