View source: R/utils_color_breaks.R
utils_color_breaks | R Documentation |
Auto Breaks for Matrix Plotting Functions
utils_color_breaks(m = NULL, n = 100)
m |
(required, numeric matrix) distance or cost matrix generated by |
n |
(required, integer) number of colors to compute the breaks for. Default: 100 |
numeric vector
Other internal_plotting:
color_continuous()
,
color_discrete()
,
utils_line_color()
,
utils_line_guide()
,
utils_matrix_guide()
,
utils_matrix_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.