Description Usage See Also Examples
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.
1 |
Other themes:
heorTheme()
,
heor_style_minimal()
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.