Library Installation and Setup
Learn about installing the ggplot2 package and some useful ggplot2 extension packages for data visualization.
R and RStudio are required for running ggplot2
and its extension packages. Let’s first learn how to install the ggplot2
library.
Note: The Docker container for this course already contains the required R environment for
ggplot2
with the necessaryggplot
extensions installed. The instructions in this lesson are helpful to understand what packages are running in the background for creating data visualizations. These steps can also be used to set up R andggplot2
locally, if required, for additional practice.
Installing ggplot2
through the tidyverse
package
To ...