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()

ezplot documentation built on Nov. 26, 2023, 5:07 p.m.