scale_florida: Jacksonville and Florida Color Scales for 'ggplot2'

scale_fill_jacksonvilleR Documentation

Jacksonville and Florida Color Scales for ggplot2

Description

Jacksonville and Florida Color Scales for ggplot2

Usage

scale_fill_jacksonville(...)

scale_color_jacksonville(...)

scale_colour_jacksonville(...)

scale_fill_florida(...)

scale_color_florida(...)

scale_colour_florida(...)

Arguments

...

Arguments passed on to ggplot2::discrete_scale()

Value

ggplot scale function

Examples

library(ggplot2)
data(oregon)

ggplot(oregon, aes(group = county)) +
    geom_district() +
    scale_fill_jacksonville() +
    theme_map()

ggplot(oregon, aes(group = county)) +
    geom_district() +
    scale_fill_florida() +
    theme_map()


ggredist documentation built on Aug. 29, 2025, 5:31 p.m.