scale_color_colormap {colormap} | R Documentation |
Colormap color scales
Description
Uses the colormap color scale
Usage
scale_color_colormap(..., alpha = 1, colormap = colormaps$viridis,
discrete = FALSE, reverse = FALSE)
scale_fill_colormap(..., alpha = 1, colormap = colormaps$viridis,
discrete = FALSE, reverse = FALSE)
Arguments
... |
parameters to |
alpha |
pass through parameter to |
colormap |
pass through parameter to |
discrete |
generate a discrete palette? (default: |
reverse |
pass through parameter to |
Details
For discrete == FALSE
(the default) all other arguments are as to
scale_fill_gradientn or scale_color_gradientn.
Otherwise the function will return a discrete_scale
with the plot-computed
number of colors.
See colormap for more information on the color scale.
[Package colormap version 0.1.4 Index]