render_static_drake_graph {drake} | R Documentation |
Deprecated: render a ggraph
/ggplot2
representation
of your drake project.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
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
|
main |
Character string, title of the graph. |
Details
Deprecated on 2018-07-25.
Value
A ggplot2
object, which you can modify with more layers,
show with plot()
, or save as a file with ggsave()
.
[Package drake version 7.13.10 Index]