- 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."
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Python快樂編程:人工智能深度學習基礎
- PyTorch自動駕駛視覺感知算法實戰
- ASP.NET Core Essentials
- 實用防銹油配方與制備200例
- WordPress Plugin Development Cookbook(Second Edition)
- ArcGIS By Example
- Jenkins Continuous Integration Cookbook(Second Edition)
- 軟件品質之完美管理:實戰經典
- Protocol-Oriented Programming with Swift
- 從零開始學Linux編程
- Visual C#.NET Web應用程序設計
- 深入理解C指針
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)