drake (version 6.2.1)

render_graph: Deprecated function render_graph

Description

Use render_drake_graph() instead.

Usage

render_graph(graph_info, file = character(0),
  layout = "layout_with_sugiyama", direction = "LR", hover = TRUE,
  main = graph_info$default_title, selfcontained = FALSE,
  navigationButtons = TRUE, ncol_legend = 1, ...)

Arguments

graph_info

deprecated

file

deprecated

layout

deprecated

direction

deprecated

hover

deprecated

main

deprecated

selfcontained

deprecated

navigationButtons

deprecated

ncol_legend

deprecated

...

deprecated

Value

A visNetwork graph.

Details

Deprecated on 2017-10.

Examples

Run this code
# NOT RUN {
# See ?render_drake_graph for examples.
# }

Run the code above in your browser using DataLab