heor_style: Simple HEOR ggplot style

Description Usage See Also Examples

View source: R/heor_style.R

Description

This function adds a simple version of the HEOR theme style to ggplot figure. Add this function in your ggplot2 code to apply a simple heor style.

Usage

1

See Also

Other themes: heorTheme(), heor_style_minimal()

Examples

1
2
3
4
5
6
data(mtcars)
my_scatplot <- ggplot(mtcars,aes(x=wt,y=mpg)) + geom_point()
my_scatplot + xlab('Weight (x 1000lbs)') +
ylab('Miles per Gallon') +
geom_smooth() +
heor_style()

Alik-V/heor documentation built on April 4, 2020, 9:38 p.m.