Learn R Programming

drake (version 4.2.0)

drake_palette: Function palette

Description

show color palette for drake. Used in both the console and plot_graph() Your console must have the crayon package enabled.

Usage

drake_palette()

Arguments

Details

This palette applies to console output (internal functions console() and console_many_targets()) and the node colors in plot_graph(). So if you want to contribute improvements to the palette, please both drake_palette() and visNetwork::visNetwork(nodes = legend_nodes())

Examples

Run this code
# NOT RUN {
drake_palette()
visNetwork::visNetwork(nodes = legend_nodes())
# }

Run the code above in your browser using DataLab