a new extensible theme
theme_pl(
base_size = 10,
base_line_size = lpt(base_size/10),
base_rect_size = lpt(1),
size_scales = c(5, 6, 7),
margin_factor = 0.25,
plot_margin_factor = 0.5,
legend_spacing_factor = 1.2,
font_family = "",
...
)theme object of ggplot
base size of fonts and margins
base linewidth
base linewidth of the rectangles
a vector of element size scales, namely:
base size, used by legend text, axis text, caption
used by legend title, axis title, strip text (facet title), subtitle
used by title, tag
factor to adjust the element margins according to size_scales
factor to adjust the plot margins according to
size_scales[3]
factor to adjust the space of legend items
according to size_scales[2]
font family
arguments from ggplot2::theme()