Learn R Programming

SciencesPo (version 1.3.9)

theme_fte: Themes for ggplot2 Graphs

Description

Theme for plotting with ggplot2.

Usage

theme_fte(legend = "none", font_size = 12, font_family = "sans",
  colors = c("#F0F0F0", "#D0D0D0", "#535353", "#3C3C3C"))

theme_538(legend = "none", font_size = 12, font_family = "sans", colors = c("#F0F0F0", "#D0D0D0", "#535353", "#3C3C3C"))

Arguments

legend
Enables to set legend position, default is "none".
font_size
Overall font size. Default is 13.
font_family
Default font family.
colors
Default colors used in the plot in the following order: background, lines, text, and title.

Value

  • The theme.

Examples

Run this code
qplot(1:10, (1:10)^3) + theme_fte()

Run the code above in your browser using DataLab