powered by
vis_drake_graph()
Output a visNetwork-friendly data frame of nodes. It tells you what the colors and shapes mean in vis_drake_graph().
visNetwork
legend_nodes(font_size = 20)
font size of the node label text
A data frame of legend nodes for vis_drake_graph().
drake_palette(), vis_drake_graph(), dataframes_graph()
drake_palette()
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()) # }
Run the code above in your browser using DataLab