This function sets some default values into ggplot2 outputs. This function is almost as using gg_colour_customs() + gg_fill_customs() + gg_text_customs = but these won't be mantained any longer.
theme_lares(
labels = FALSE,
colours = TRUE,
cont = FALSE,
xcommas = FALSE,
ycommas = FALSE
)Boolean. Add labels to plot?
Boolean. Personalize colour palettes?
Boolean. Is the value continuous? Discrete by default
Boolean. Nice format for x continuous values?
Boolean. Nice format for y continuous values?
This function is lo longer mantained: use theme_lares2() instead!
Other Visualization:
distr(),
freqs_df(),
freqs_list(),
freqs_plot(),
freqs(),
gg_bars(),
gg_pie(),
noPlot(),
plot_chord(),
plot_survey(),
plot_timeline(),
summer(),
theme_lares2(),
tree_var()