theme_map_sp: Theme for location plot (subplot)

View source: R/theme.R

theme_map_spR Documentation

Theme for location plot (subplot)

Description

Theme for location plot (subplot)

Usage

theme_map_sp(cl_borde = "black", fill_map = "white", ...)

Arguments

cl_borde

plot border color

fill_map

plot fill color

...

adicional elements

Author(s)

Jhon Flores Rojas

Examples

librarian::shell(tidyverse, sf, PeruData)
ggplo() +
geom_sf(data = map_peru_depa, fill = "white", color = "black") +
geom_sf(data = filter(map_peru_depa, depa == "piura", fill = "gray20", color = "gray20") +
theme_map_sp()

TJhon/PeruData documentation built on March 30, 2022, 8:26 p.m.