theme_ps: ggplot2 theme for proportional symbols

View source: R/theme_ps.R

theme_psR Documentation

ggplot2 theme for proportional symbols

Description

ggplot2 theme for proportional symbols. By default, this theme only shows the plotting area, so without titles, axes, and legend

Usage

theme_ps(
  base_size = 12,
  base_family = "",
  plot.axes = FALSE,
  plot.legend = FALSE
)

Arguments

base_size

base size

base_family

base family

plot.axes

should the axes be shown?

plot.legend

should the legend(s) be shown?


tmap documentation built on Sept. 13, 2023, 1:07 a.m.