50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


lares (version 4.4)

theme_lares: lares Theme for ggplot2

Description

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.

Usage

theme_lares(labels = FALSE, colours = TRUE, cont = FALSE,
  xcommas = FALSE, ycommas = FALSE)

Arguments

labels

Boolean. Add labels to plot?

colours

Boolean. Personalize colour palettes?

cont

Boolean. Is the value continuous? Discrete by default

xcommas

Boolean. Nice format for x continuous values?

ycommas

Boolean. Nice format for y continuous values?