From the course: Data Science Foundations: Data Assessment for Predictive Modeling

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Introducing ggplot2

Introducing ggplot2

From the course: Data Science Foundations: Data Assessment for Predictive Modeling

Start my 1-month free trial

Introducing ggplot2

- [Instructor] We're going to introduce ggplot2 as a wonderful way to make multivariate graphics. It's very difficult to find good options for making graphics with three or four or five or even more variables, but ggplot2 is one of them. So if you want to try it, you're going to want to download RStudio right here on the website. They make it pretty straightforward. And then you might want to find out a little bit more about ggplot2, although this is optional. There's a website for this too, and the website encourages you to install ggplot2 by installing the entire Tidyverse, and you can certainly do that if you want to. And there's also a cheat sheet for ggplot2 that you might want to download and take a quick look at. But there's another option for installing ggplot2. Here I am in RStudio, and we're only going to be in this platform very briefly, so I'm not going to give you an extensive overview at all, but you have…

Contents