medsl_plot: Add MEDSL theme to ggplot graphs.

Description Usage Examples

Description

This function allows you to add the MEDSL theme to your ggplot graphs.

Usage

1

Examples

1
2
3
4
5
6
7
## Not run: 
ggplot(mtcars, aes(mpg, disp, color = factor(carb))) +
geom_point(size = 3) +
ggmedsl() +
scale_fill_medsl()

## End(Not run)

MEDSL/ggmedsl documentation built on May 8, 2019, 1:16 p.m.