- Modern R Programming Cookbook
- Jaynal Abedin
- 149字
- 2021-07-08 09:48:20
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: "Execute the following code to create numeric and logical vectors using the c() function" A block of code is set as follows:
cVec <- c("Cricket", "Football", "Basketball", "Rugby")
Any command-line input or output is written as follows:
lsb_release -a
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: "On this web page, you will see base under the Subdirectories category."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Getting Started with Citrix XenApp? 7.6
- Modular Programming with Python
- PyTorch自動駕駛視覺感知算法實戰
- Developing Middleware in Java EE 8
- 算法精粹:經典計算機科學問題的Python實現
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Python Data Analysis(Second Edition)
- 精通Python自然語言處理
- Visual Basic程序設計實驗指導(第二版)
- C語言程序設計
- Swift 4從零到精通iOS開發
- Android初級應用開發
- Learning Redux
- Learning Node.js for Mobile Application Development