vis_drake_graph()
.R/dataframes_graph_utils.R
Output a visNetwork
-friendly
data frame of nodes. It tells you what
the colors and shapes mean
in vis_drake_graph()
.
legend_nodes(font_size = 20)
font_size | font size of the node label text |
---|
A data frame of legend nodes for vis_drake_graph()
.
drake_palette()
,
vis_drake_graph()
,
dataframes_graph()
# NOT RUN { # Show the legend nodes used in vis_drake_graph(). # For example, you may want to inspect the color palette more closely. visNetwork::visNetwork(nodes = legend_nodes()) # }