- RStudio for R Statistical Computing Cookbook
- Andrea Cirillo
- 199字
- 2021-07-16 11:03:57
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: "The plot()
function is one of most powerful functions in base R."
A block of code is set as follows:
> str(lesmiserables) 'data.frame': 254 obs. of 2 variables: $ V1: Factor w/ 73 levels "Anzelma","Babet",..: 61 49 55 55 21 33 12 23 20 62 ... $ V2: Factor w/ 49 levels "Babet","Bahorel",..: 42 42 42 36 42 42 42 42 42 42 ...
Any command-line input or output is written as follows:
install.packages("linkcomm") library(linkcomm)
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: "In order to embed your Sankey diagram, you can leverage the RStudio Save as Web Page control from the Export menu."
- Mastering Entity Framework Core 2.0
- 移動(dòng)UI設(shè)計(jì)(微課版)
- Learning C++ Functional Programming
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- 從學(xué)徒到高手:汽車電路識(shí)圖、故障檢測與維修技能全圖解
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- H5頁面設(shè)計(jì):Mugeda版(微課版)
- Learning JavaScript Data Structures and Algorithms
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- INSTANT Adobe Edge Inspect Starter
- Go語言開發(fā)實(shí)戰(zhàn)(慕課版)
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- Web Developer's Reference Guide
- 從零開始學(xué)Android開發(fā)
- Distributed Computing in Java 9