Learn R Programming

ezplot (version 0.7.13)

theme_ez: Default theme

Description

Default theme

Usage

theme_ez(base_size = 11, base_family = "")

Value

theme

Arguments

base_size

base font size

base_family

base fond family

Examples

Run this code
library(ggplot2)
ggplot(mtcars) + geom_point(aes(cyl, mpg)) + theme_ez()

Run the code above in your browser using DataLab