- 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)."
推薦閱讀
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- PyQt從入門到精通
- Learning Bayesian Models with R
- Apache Spark Graph Processing
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- Instant QlikView 11 Application Development
- Kinect for Windows SDK Programming Guide
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Mastering Predictive Analytics with Python
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- NGINX Cookbook
- Learning Apache Karaf
- Python語(yǔ)言實(shí)用教程
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)