| theme_map_classic | R Documentation | 
Theme classic maps
theme_map_classic( ..., lt = "dashed", cl_line = "gray80", title_font = "serif", title_size = 14, caption_font = "serif", legend_pst = c(0.9, 0.1) )
| ... | adicional elements | 
| lt | linetype | 
| cl_line | line color | 
| title_font | font title | 
| title_size | size title | 
| caption_font | caption font | 
| legend_pst | lenged position | 
Jhon Flores Rojas
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.