plot_graph
R/deprecate.R
Use vis_drake_graph()
instead.
plot_graph(plan = read_drake_plan(), targets = drake::possible_targets(plan), envir = parent.frame(), verbose = 1, hook = default_hook, cache = drake::get_cache(verbose = verbose), jobs = 1, parallelism = drake::default_parallelism(), packages = rev(.packages()), prework = character(0), config = NULL, file = character(0), selfcontained = FALSE, build_times = TRUE, digits = 3, targets_only = FALSE, split_columns = FALSE, font_size = 20, layout = "layout_with_sugiyama", main = NULL, direction = "LR", hover = TRUE, navigationButtons = TRUE, from = NULL, mode = c("out", "in", "all"), order = NULL, subset = NULL, ncol_legend = 1, make_imports = TRUE, from_scratch = FALSE, ...)
plan | Same as for |
---|---|
envir | Same as for |
verbose | Same as for |
hook | Same as for |
cache | Same as for |
jobs | Same as for |
packages | Same as for |
prework | Same as for |
config | Same as for |
file | Same as for |
build_times | Same as for |
digits | Same as for |
targets_only | Same as for |
split_columns | Same as for |
font_size | Same as for |
layout | Same as for |
main | Same as for |
direction | Same as for |
hover | Same as for |
navigationButtons | Same as for |
from | Same as for |
mode | Same as for |
order | Same as for |
subset | Same as for |
ncol_legend | Same as for |
make_imports | Same as for |
from_scratch | Same as for |
... | Same as for |
Same as for vis_drake_graph()
.
Deprecated on 2017-10.
# See ?vis_drake_graph for examples.