News

Do you want to use ggplot2, dplyr, or other tidyverse functions in your own functions? This easy example shows how Tidy evaluation in R, or tidy eval for short, is a pretty complex topic. But for ...
library(ggplot2) Onto some ggplot2 examples. ggplot2 has a “quick plot” function called qplot () that is similar to R’s basic plot () function but adds some options. The basic quick plot code: ...
Our package, which we refer to internally as “pewplots,” is a ggplot2 wrapper made up of customized versions of existing ggplot2 functions. In practice, this means that ggplot2 plotting functions are ...