Learn R Programming

ggredist (version 0.0.4)

scale_fill_texas: Texas Color Scales for ggplot2

Description

Texas Color Scales for ggplot2

Usage

scale_fill_texas(...)

scale_color_texas(...)

scale_colour_texas(...)

Value

ggplot scale function

Arguments

...

Arguments passed on to ggplot2::discrete_scale()

Examples

Run this code
library(ggplot2)
data(oregon)

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

Run the code above in your browser using DataLab