scale_fill_map {canadianmaps} | R Documentation |
Color Palettes Fill
Description
Create a custom number of colors to use for graphing or mapping based on preset color palettes.
Usage
scale_fill_map(palette, num, na.value = "grey90", rev = FALSE)
Arguments
palette |
color palette name |
num |
number of colors to create |
na.value |
a color value for NA, defaults to light gray |
rev |
condition to reverse the order of the colors |
Value
a ggplot color palette
[Package canadianmaps version 2.0.0 Index]