- Applied Data Visualization with R and ggplot2
- Dr. Tania Moulik
- 115字
- 2021-07-23 16:59:44
The Main Concepts of ggplot2
ggplot2 is based on two main concepts: geometric objects and the Grammar of Graphics. The geometric objects in ggplot2 are the different visual structures that are used to visualize data. We will be going over them one by one. The Grammar of Graphics is the syntax that we use for the different aesthetics of a graph, such as the coordinate scale, the fonts, the color themes, and so on. ggplot2 uses a layered Grammar of Graphics concept, which allows us to build a plot in layers. We will work on some aspects of the Grammar of Graphics in this chapter, and will go into further details in the next chapter.
推薦閱讀
- 樂高機(jī)器人EV3設(shè)計(jì)指南:創(chuàng)造者的搭建邏輯
- 手把手教你學(xué)AutoCAD 2010
- 機(jī)器人智能運(yùn)動(dòng)規(guī)劃技術(shù)
- 模型制作
- 城市道路交通主動(dòng)控制技術(shù)
- STM32嵌入式微控制器快速上手
- 可編程序控制器應(yīng)用實(shí)訓(xùn)(三菱機(jī)型)
- Cloudera Administration Handbook
- 步步圖解自動(dòng)化綜合技能
- Troubleshooting OpenVPN
- 走近大數(shù)據(jù)
- 計(jì)算機(jī)組成與操作系統(tǒng)
- Java組件設(shè)計(jì)
- 基于Proteus的PIC單片機(jī)C語言程序設(shè)計(jì)與仿真
- ARM嵌入式系統(tǒng)開發(fā)完全入門與主流實(shí)踐