theme_ez {ezplot} | R 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()
[Package ezplot version 0.7.13 Index]