R: Intro to ggplot()
R: Intro to ggplot()
ggplot() is a powerful graphing tool in R. While it is more complex to use than qplot(), its added complexity comes with advantages.
Don’t worry about the complexity, we are going to step into it slowly.
Let’s start by getting a data set. I am going to choose airquality from the R data sets package. You can find a list of data sets from that package here: Link
We are going to manipulate some of…
View On WordPress








