scale_texas: Texas Color Scales for 'ggplot2'

scale_fill_texasR Documentation

Texas Color Scales for ggplot2

Description

Texas Color Scales for ggplot2

Usage

scale_fill_texas(...)

scale_color_texas(...)

scale_colour_texas(...)

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_texas() +
    theme_map()


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