theme_map_classic: Theme classic maps

View source: R/theme.R

theme_map_classicR Documentation

Theme classic maps

Description

Theme classic maps

Usage

theme_map_classic(
  ...,
  lt = "dashed",
  cl_line = "gray80",
  title_font = "serif",
  title_size = 14,
  caption_font = "serif",
  legend_pst = c(0.9, 0.1)
)

Arguments

...

adicional elements

lt

linetype

cl_line

line color

title_font

font title

title_size

size title

caption_font

caption font

legend_pst

lenged position

Author(s)

Jhon Flores Rojas

Examples

librarian::shell(tidyverse, sf, PeruData)
ggplot() +
geom_sf(data = map_peru_depa, fill = "gray90", color = "black") +
geom_sf(data = filter(map_peru_depa, depa == "piura"), fill = "steelblue") +
theme_map_classic()

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