custom_map_theme: Custom theme for ggplot maps

View source: R/custommaptheme.R

custom_map_themeR Documentation

Custom theme for ggplot maps

Description

Custom theme for ggplot maps

Usage

custom_map_theme(
  google_font = "Roboto",
  map_title_size = 14,
  legend_pos = "bottom",
  legend_dir = "horizontal"
)

Arguments

google_font

font, from Google Fonts

map_title_size

Title's size

legend_pos

legend's position (default bottom)

legend_dir

legend's direction (defaul horizontal)

Value

ggplot theme object


carlosyanez/customthemes documentation built on Aug. 25, 2022, 1:56 a.m.