- 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.
推薦閱讀
- C++面向對象程序設計(第三版)
- 深度實踐OpenStack:基于Python的OpenStack組件開發(fā)
- C程序設計簡明教程(第二版)
- Learning Spring 5.0
- 趣學Python算法100例
- Java Web程序設計
- Blender 3D Incredible Machines
- Java EE 7 Development with NetBeans 8
- Java性能權威指南(第2版)
- 自學Python:編程基礎、科學計算及數(shù)據分析(第2版)
- IBM Cognos TM1 Developer's Certification guide
- WildFly Cookbook
- Spring Boot從入門到實戰(zhàn)
- Raspberry Pi Robotic Projects
- Mastering Python for Data Science