- Advanced Analytics with R and Tableau
- Jen Stirrup Ruben Oliva Ramos
- 163字
- 2021-07-02 20:26:02
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 include other contexts through the use of the include directive."
A block of code is set as follows:
df = data.frame( Year=c(2013, 2013, 2013), Country=c("Arab World","Carribean States", "Central Europe"), LifeExpectancy=c(71, 72, 76))
Any command-line input or output is written as follows:
IrisBySpecies <- split(iris,iris$Species)
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:"You can now just click on Stream
to access the live stream from the camera."
推薦閱讀
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- 深入淺出Electron:原理、工程與實踐
- Learning Elixir
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- OpenStack Orchestration
- Python High Performance Programming
- Python機器學習算法: 原理、實現與案例
- Python+Tableau數據可視化之美
- ActionScript 3.0從入門到精通(視頻實戰版)
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 從零開始學UI:概念解析、實戰提高、突破規則
- Android編程權威指南(第4版)
- Android智能手機APP界面設計實戰教程
- 你必須知道的.NET(第2版)