- R Data Science Essentials
- Raja B. Koushik Sharan Kumar Ravindran
- 102字
- 2021-07-23 14:37:51
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.
Any command-line input or output is written as follows:
data <- read.delim("local-data.txt", header=TRUE, sep="\t") data <- read.table("local-data.txt", header=TRUE, sep="\t")
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: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
推薦閱讀
- GeoServer Cookbook
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- JMeter 性能測試實戰(zhàn)(第2版)
- 三維圖形化C++趣味編程
- 你不知道的JavaScript(中卷)
- Oracle從入門到精通(第5版)
- Getting Started with Greenplum for Big Data Analytics
- Bootstrap 4 Cookbook
- Django 3.0應(yīng)用開發(fā)詳解
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實驗指導(dǎo)與習(xí)題選解(第2版)
- Android Studio Cookbook
- Java并發(fā)編程:核心方法與框架
- 跟戴銘學(xué)iOS編程:理順核心知識點
- Java高級程序設(shè)計
- Flask開發(fā)Web搜索引擎入門與實戰(zhàn)