- 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.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.
推薦閱讀
- C++面向對象程序設計(第三版)
- HTML5+CSS3網站設計教程
- Python自然語言處理(微課版)
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Learning Zurb Foundation
- Java:High-Performance Apps with Java 9
- MATLAB for Machine Learning
- C#程序設計教程(第3版)
- Machine Learning in Java
- Scala for Machine Learning(Second Edition)
- App Inventor 2 Essentials
- Getting Started with Python
- C編程技巧:117個問題解決方案示例
- ASP.NET Web API Security Essentials