Extending your ability to extend ggplot2 by Thomas Lin Pederson at rstudio::conf 2020 Best practises for programming with ggplot2 by Dewey Dunnington at rstudio::conf 2020 Cracking open ggplot ...
If you and your group have any questions or get stuck as you work through this in-class exercise, please ask the instructor for assistance. Have fun! 1. In this ...
Basic understanding of R and R-studio is required. If you do not have this yet, consider taking the course Introduction to R for Life Sciences first. The BYOD course on publication-quality figures is ...
Note the column name, mpg, is unquoted. That feature hasn’t been handy, though, if you want to write your own R functions using the tidyverse. That’s because base R functions usually need quoted ...
In the R programming language, the de facto standard framework for drawing rectangular coordinates is ggplot2. The most important feature of ggplot2 is that it is object-oriented and uses the plus ...