- Data Analysis with R
- Tony Fischetti
- 149字
- 2021-07-30 09:55:09
Conventions
In this book, you will find a number of text styles 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 will use the system.time
function to time the execution."
A block of code is set as follows:
library(VIM) aggr(miss_mtcars, numbers=TRUE)
Any command-line input or output is written as follows:
# R --vanilla CMD BATCH nothing.R
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.
Tip
Tips and tricks appear like this.
- JBoss Weld CDI for Java Platform
- Flask Web全棧開發實戰
- 數據庫系統教程(第2版)
- Java面向對象軟件開發
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- 編程卓越之道(卷3):軟件工程化
- Building Cross-Platform Desktop Applications with Electron
- C語言程序設計案例精粹
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Arduino家居安全系統構建實戰
- Node.js:來一打 C++ 擴展
- 輕松上手2D游戲開發:Unity入門
- After Effects CC技術大全
- Java從入門到精通(視頻實戰版)
- RESTful Web API Design with Node.js