ggplot blank theme.
1 | blank()
|
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.