From the course: Introduction to Machine Learning with KNIME

Unlock the full course today

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

R and GGPLOT2

R and GGPLOT2 - KNIME Tutorial

From the course: Introduction to Machine Learning with KNIME

Start my 1-month free trial

R and GGPLOT2

- [Presenter] OK, I'm in RStudio, because what we want to do in this video is attempt something in RStudio and then bring that R code into KNIME, which should be both interesting and fun. But, what I'd like to do is GGPLOT2, it's just one of my favorite R packages, so I figured that's the one we could use, and since this is right after install, it's not installed yet, so I start to type it, you can see it visible there. I'm going to click on install. It's installing as you can see. OK, the installation is complete. I cleared the console just so we can see better what we're doing. If you ever care to do that, the little icon up here that looks like a broom is handy. Then I can open a dataset, one that we've used before. In the Resources, it's the auto dataset. There we go. Then, you'll have to ensure that GGPLOT2 has been checked off in the Packages tab. So now we're going to proceed to do a quick example using GGPLOT. I won't go into depth about the command, only because I want to…

Contents