render_static_drake_graph: Deprecated: render a 'ggraph'/'ggplot2' representation of...

View source: R/deprecated.R

render_static_drake_graphR Documentation

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)

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.

Value

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


drake documentation built on Nov. 6, 2023, 5:09 p.m.