Learn R Programming

ggsn (version 0.5.0)

blank: Blank theme

Description

ggplot blank theme.

Usage

blank()

Arguments

Examples

Run this code
# NOT RUN {
library(sf)
data(domestic_violence)
ggplot(domestic_violence, aes(fill = Scaled)) +
    geom_sf() +
    blank() +
    scale_fill_continuous(low = "#fff7ec", high = "#7F0000")
# }

Run the code above in your browser using DataLab