theme_ez: Default theme

theme_ezR Documentation

Default theme

Description

Default theme

Usage

theme_ez(base_size = 11, base_family = "")

Arguments

base_size

base font size

base_family

base fond family

Value

theme

Examples

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

wkostelecki/ezplot documentation built on Feb. 1, 2024, 10:58 p.m.