- R for Data Science Cookbook
- Yu Wei Chiu (David Chiu)
- 124字
- 2021-07-14 10:51:21
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.
Package and function names are shown as follows: "You can then install and load the package RCurl
."
A block of code is set as follows:
> install.packages("RCurl") > library(RCurl)
Any URL is written as follows:
http://data.worldbank.org/topic/economy-and-growth
Variable name, argument name, new terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "In R, a missing value is noted with the symbol NA (not available), and an impossible value is NaN (not a number)."
推薦閱讀
- TestNG Beginner's Guide
- Java從入門到精通(第4版)
- CouchDB and PHP Web Development Beginner’s Guide
- Building RESTful Python Web Services
- R語言與網絡輿情處理
- Learning Apache Karaf
- Access 2010中文版項目教程
- Visual Basic程序設計(第三版)
- Arduino機器人系統設計及開發
- Mastering ASP.NET Core 2.0
- Access數據庫應用教程(2010版)
- MySQL從入門到精通
- Natural Language Processing with Java Cookbook
- Modular Programming with PHP 7
- Mastering iOS Game Development