Based on hrbrthemes' theme_ipsum and customized for lares' use.
theme_lares2(
font = getOption("lares.font"),
size = 12,
main_colour = "darkorange3",
hard_colour = "black",
soft_colour = "grey30",
bg_colour = "white",
panel_colour = "transparent",
legend = NA,
grid = TRUE,
mg = 9,
pal = 0,
which = "fct"
)Character and numeric. Base font family and base size for texts. Arial Narrow is set by default; you may change it with options("lares.font"="Other") or by using this parameter manually
Character. Main colours for your theme
Character. Legend position: top, right, bottom, left
Character (TRUE, FALSE, or a combination of X, x, Y, y)
Numeric. External margins
Integer. 1 for fill and colour palette, 2 for only colour palette, 3 for only fill palette, 4 for personal labels-colour palette. 0 or else for nothing.
Character. When pal = 3, select which colours should be added with the custom colours palette: fill, colour, text (fct) - first letters
First and foremost, Arial Narrow is generally installed by default or readily available on any modern system, so it's "free"-ish; plus, it is a condensed font with solid default kerning pairs and geometric numbers.
Other Visualization:
distr(),
freqs_df(),
freqs_list(),
freqs_plot(),
freqs(),
gg_bars(),
gg_pie(),
noPlot(),
plot_chord(),
plot_survey(),
plot_timeline(),
summer(),
theme_lares(),
tree_var()