News

Lesson 3 Basic Visualization In this tutorial we create basic visualizations (histograms and box plots) using R. The purpose of these basic visualizations is to see the distribution of a particular ...
This short course will start by making simple graphics in ggplot2 that are similar to plots made in R using the plot () function. It will then delve into the more complex, layer-based graphics that ...
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 ...