render_static_drake_graph | R Documentation |
ggraph
/ggplot2
representation
of your drake project.
Use render_drake_ggraph()
instead.
render_static_drake_graph(graph_info, main = graph_info$default_title)
graph_info |
List of data frames generated by
|
main |
Character string, title of the graph. |
Deprecated on 2018-07-25.
A ggplot2
object, which you can modify with more layers,
show with plot()
, or save as a file with ggsave()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.