Learn R Programming

ggtech (version 0.1.1)

theme_airbnb_fancy: Airbnb theme for ggplo2

Description

Import Airbnb ggplot2 theme. It builds on theme_classic. You can change font family or size.

Usage

theme_airbnb_fancy(base_size = 2.5)

Arguments

Value

A theme element

Examples

Run this code
# NOT RUN {
qplot(1) + theme_airbnb_fancy()
# }

Run the code above in your browser using DataLab