Learn R Programming

drake (version 7.13.10)

render_static_drake_graph: Deprecated: render a ggraph/ggplot2 representation of your drake project. [Deprecated]

Description

Use render_drake_ggraph() instead.

Usage

render_static_drake_graph(graph_info, main = graph_info$default_title)

Value

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

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.

Details

Deprecated on 2018-07-25.