theme_simple: a classic simple theme with x and y axis

Description Usage Value Examples

Description

a classic simple theme with x and y axis

Usage

1

Value

A ggplot with simple theme

Examples

1
2
3
ggplot(mtcars, aes(x = mpg, y = disp, color = as.factor(cyl))) + 
  geom_point() + 
  theme_simple()

JianhuaHuang/streamlineR documentation built on May 7, 2019, 10:40 a.m.