From the course: R Tidyverse Applications

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Plot one variable visualizations with ggplot2

Plot one variable visualizations with ggplot2 - R Tutorial

From the course: R Tidyverse Applications

Plot one variable visualizations with ggplot2

In this video I will show you the ggplot2 package. The ggplot2 package is your data visualization hub in the Tidyverse. There are dozens of different visualizations you can create with one or more variables using this package, with a wide range of customization. This course will focus on giving you a general introduction to visualizing data with this package, but note that the visualizations and customizations you can program are vast. One resource you can use for the ggplot2 package is the Tidyverse website. You can navigate to the URL ggplot2.tidyverse.org to get an overview of the package, along with some examples of the different functions it has. Let's head over there now. On the ggplot2 package page you'll see there's an overview of what the package does. Below that are some instructions on how to install the tidyverse and specifically the ggplot2 package and the cheat sheet, which you can download here or on the GitHub page. Below that is some information on how you can use the…

Contents