- R Programming By Example
- Omar Trejo Navarro
- 181字
- 2021-07-02 21:30:32
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 can load the contents of the data.csv file into a data frame (the most intuitive structure to use with data in CSV format) by using the read.csv() function."
A block of code is set as follows:
data <- read.csv("./data_brexit_referendum.csv")
data[data$Leave == -1, "Leave"] <- NA
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
sum(is.na(data$Leave))
#> [1] 267
Any command-line input or output is written as follows:
$ sudo service mysql start
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: "Now that our code is ready, we should see a table appear in the Data Overview tab."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Instant Raspberry Pi Gaming
- Splunk 7 Essentials(Third Edition)
- ETL with Azure Cookbook
- Dreamweaver 8中文版商業(yè)案例精粹
- 計(jì)算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- 西門子S7-200 SMART PLC實(shí)例指導(dǎo)學(xué)與用
- Hybrid Cloud for Architects
- Red Hat Linux 9實(shí)務(wù)自學(xué)手冊
- Dreamweaver+Photoshop+Flash+Fireworks網(wǎng)站建設(shè)與網(wǎng)頁設(shè)計(jì)完全實(shí)用
- C#求職寶典
- AVR單片機(jī)工程師是怎樣煉成的
- Web璀璨:Silverlight應(yīng)用技術(shù)完全指南
- 工業(yè)機(jī)器人應(yīng)用系統(tǒng)三維建模
- 工業(yè)機(jī)器人與自控系統(tǒng)的集成應(yīng)用