- R Data Visualization Cookbook
- Atmajitsinh Gohil
- 209字
- 2021-08-06 19:21:04
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We have used the png()
function to save the plot as a PNG."
Any command line code is written as:
k = matrix((1:4),2,2) l = matrix((5:10),2,3) dim(k) dim(l)
In R it is a general practice to use <-
for assignment instead of the =
sign. In all the recipes, I have followed the =
sign for assignment. You should note that if you refer to blogs or websites related to R, you may encounter the <-
sign in the code files.
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "In order to write a simple function in R, we must first open a new R script by navigating to File | New file."
- Ceph Cookbook
- Getting Started with ResearchKit
- Learning ArcGIS Pro
- Python 3破冰人工智能:從入門(mén)到實(shí)戰(zhàn)
- Java軟件開(kāi)發(fā)基礎(chǔ)
- Go語(yǔ)言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- C# and .NET Core Test Driven Development
- Web性能實(shí)戰(zhàn)
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開(kāi)發(fā)
- Python預(yù)測(cè)分析實(shí)戰(zhàn)
- Functional Python Programming
- 企業(yè)級(jí)Java現(xiàn)代化:寫(xiě)給開(kāi)發(fā)者的云原生簡(jiǎn)明指南
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)與習(xí)題精解
- 熱處理常見(jiàn)缺陷分析與解決方案
- Access 2013數(shù)據(jù)庫(kù)應(yīng)用案例課堂