- R Graphs Cookbook Second Edition
- Jaynal Abedin Hrishi V. Mittal
- 254字
- 2021-08-05 17:30:34
Introduction
In this chapter, we will learn about scatter plots in depth by looking at some advanced recipes. Scatter plots are one of the most commonly used type of graphs in data analysis. In the first chapter, we learned how to create a basic scatter plot. Now, we will learn how we can create more enhanced plots by adjusting various arguments and using some new functions.
So far, we have mostly only used the base graphics functions such as plot()
, but in this chapter, we have recipes that use other graph libraries such as lattice
and ggplot2
, which offer more advanced control over graphs. It is possible to create these advanced graphs using the base library too, but the additional libraries give us ways to achieve the same results with less code and often produce better-looking graphs with the least amount of effort.
A lot of new functions will be introduced in this chapter. It is a good practice to look up the help file whenever you encounter a new function. For example, to look up the help file for the plot()
function, you can type ?plot
or help(plot)
in the R command prompt.
As the recipes in this chapter are slightly more advanced than the earlier chapters, you may require some practice with multiple datasets before you are comfortable with using all the functions. Example datasets are used in each recipe, but it is highly recommended that you also work with your own datasets and modify the recipes to suit your own analysis.
- Raspberry Pi 3 Cookbook for Python Programmers
- 電腦組裝與維修從入門到精通(第2版)
- 深入淺出SSD:固態(tài)存儲(chǔ)核心技術(shù)、原理與實(shí)戰(zhàn)
- Mastering Manga Studio 5
- The Deep Learning with Keras Workshop
- 單片微機(jī)原理及應(yīng)用
- 單片機(jī)項(xiàng)目設(shè)計(jì)教程
- FPGA實(shí)驗(yàn)實(shí)訓(xùn)教程
- 微控制器的應(yīng)用
- 計(jì)算機(jī)組裝與維護(hù)項(xiàng)目化教程(第二版)
- Raspberry Pi Media Center
- FPGA的人工智能之路:基于Intel FPGA開發(fā)的入門到實(shí)踐
- 多媒體技術(shù)教程
- Arduino項(xiàng)目開發(fā):物聯(lián)網(wǎng)應(yīng)用
- Deep Learning for Beginners