![Applied Data Visualization with R and ggplot2](https://wfqqreader-1252317822.image.myqcloud.com/cover/387/36699387/b_36699387.jpg)
上QQ阅读APP看书,第一时间看更新
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.