- Applied Data Visualization with R and ggplot2
- Dr. Tania Moulik
- 195字
- 2021-07-23 16:59:42
Basic Plotting in ggplot2
This chapter will cover basic concepts of ggplot2 and the Grammar of Graphics, using illustrative examples. You will generate solutions to problems of increasing complexity throughout the book. Lastly, you will master advanced plotting techniques, which will enable you to add more detail and increase the quality of your graphics.
In order to use ggplot2, you will first need to install R and RStudio. R is a programming language that is widely used for advanced modeling, statistical computing, and graphic production. R is considered the base package, while RStudio is a graphical interface (or IDE) that is based on R. Visualization is a very important aspect of data analysis, and it has its own underlying grammar (similar to the English language). There are many aspects of data analysis, and visualization is one of them. So, before we go further, let's discuss visualization in more detail.
By the end of this chapter, you will be able to:
- Distinguish between different kinds of variables
- Create simple plots and geometric objects, using qplot and ggplot2
- Determine the most appropriate visualization by comparing variables
- Utilize Grammar of Graphics concepts to improve plots in ggplot2
- Practical Ansible 2
- 三菱FX3U/5U PLC從入門到精通
- 面向STEM的mBlock智能機器人創新課程
- Hadoop 2.x Administration Cookbook
- 小型電動機實用設計手冊
- 自主研拋機器人技術
- 永磁同步電動機變頻調速系統及其控制(第2版)
- 基于32位ColdFire構建嵌入式系統
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- Practical Big Data Analytics
- Linux內核精析
- AMK伺服控制系統原理及應用
- Effective Business Intelligence with QuickSight
- Generative Adversarial Networks Projects
- R Statistics Cookbook