View source: R/utils_line_color.R
utils_line_color | R Documentation |
This is an internal function, but can be used to better understand how line colors are handled within other plotting functions.
utils_line_color(x = NULL, line_color = NULL)
x |
(required, sequence) zoo object or time series list. Default: NULL |
line_color |
(optional, character vector) vector of colors for the time series columns. Selected palette depends on the number of columns to plot. Default: NULL |
color vector
Other internal_plotting:
color_continuous()
,
color_discrete()
,
utils_color_breaks()
,
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.