7: Data Visualization with R (with Anna Khazenzon)
- Page ID
- 7646
7 Data visualization with R (with Anna Khazenzon)
There are many different tools for plotting data in R, but we will focus on the ggplot()
function provided by a package called ggplot2
. ggplot is very powerful, but using it requires getting one’s head around how it works.