Default Continuous Color Palette
Uses the function grDevices::hcl.colors()
to generate a continuous color palette.
color_continuous(n = 5, palette = "Zissou 1", rev = FALSE)
n
: (required, integer) number of colors to generate. Default = NULLpalette
: (required, character string) Argument palette
of grDevices::hcl.colors()
. Default: "Zissou 1"rev
: (optional, logical) If TRUE, the color palette is reversed. Default: FALSEcolor vector
color_continuous(n = 20)
Other internal_plotting: color_discrete()
, utils_color_breaks()
, utils_line_color()
, utils_line_guide()
, utils_matrix_guide()
, utils_matrix_plot()