buffplot: Create a buffer plot with default colorblind-friendly color...

Description Usage Arguments Details Examples

View source: R/buffplot.R

Description

Create a buffer plot with default colorblind-friendly color palette

Usage

1

Arguments

...

Other arguments passed to theme_minimal

Details

This is a wrapper around ggplot2::ggplot() that adds default colors

Examples

1
2
3
4
5
6
7
## Not run: 
buffplot(mtcars, aes(x = wt, y = mpg, color = gear)) +
    geom_point() +
    labs(title = "A Lovely Plot",
         subtitle = "What can the subtitle tell us?")

## End(Not run)

jwinternheimer/buffer documentation built on Jan. 8, 2022, 7:51 p.m.