- Applied Data Visualization with R and ggplot2
- Dr. Tania Moulik
- 52字
- 2021-07-23 16:59:45
Making Your First Plot
The ggplot2 function qplot (quick plot) is similar to the basic plot() function from the R package. It has the following syntax: qplot(). It can be used to build and combine a range of useful graphs; however, it does not have the same flexibility as the ggplot() function.