blank: Blank theme

Description Usage Examples

View source: R/blank.R

Description

ggplot blank theme.

Usage

1

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(sf)
data(domestic_violence)
ggplot(domestic_violence, aes(fill = Scaled)) +
    geom_sf() +
    blank() +
    scale_fill_continuous(low = "#fff7ec", high = "#7F0000")

## End(Not run)

ggsn documentation built on May 1, 2019, 8:21 p.m.