- 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 Zabbix(Second Edition)
- R語(yǔ)言編程指南
- PHP+MySQL網(wǎng)站開發(fā)項(xiàng)目式教程
- 青少年P(guān)ython編程入門
- Learning Data Mining with R
- 高級(jí)語(yǔ)言程序設(shè)計(jì)(C語(yǔ)言版):基于計(jì)算思維能力培養(yǎng)
- 青少年學(xué)Python(第1冊(cè))
- Mobile Device Exploitation Cookbook
- Vue.js 2 Web Development Projects
- INSTANT Silverlight 5 Animation
- Clojure for Machine Learning
- Laravel Application Development Blueprints
- Vue.js光速入門及企業(yè)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Robot Framework Test Automation
- Python 3快速入門與實(shí)戰(zhàn)