- Applied Data Visualization with R and ggplot2
- Dr. Tania Moulik
- 103字
- 2021-07-23 16:59:42
Conventions Used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Use the ggplot(df_vanc,aes(x=Vancouver)) + geom_bar() command to obtain the following chart."
A block of code is set as follows:
df_t <- read.csv("data/historical-hourly-weather-data/temperature.csv")
ggplot(df_t,aes(x=Vancouver))+geom_histogram()
ggplot(df_t,aes(x=Miami))+geom_histogram();
Activity: These are scenario-based activities that will let you practically apply what you've learned over the course of a complete section. They are typically in the context of a real-world problem or situation.
Warnings or important notes appear like this.
推薦閱讀
- 虛擬儀器設(shè)計測控應(yīng)用典型實例
- Hands-On Internet of Things with MQTT
- Mastercam 2017數(shù)控加工自動編程經(jīng)典實例(第4版)
- STM32G4入門與電機(jī)控制實戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實現(xiàn)
- B2B2C網(wǎng)上商城開發(fā)指南
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- 自動生產(chǎn)線的拆裝與調(diào)試
- Windows游戲程序設(shè)計基礎(chǔ)
- CentOS 8 Essentials
- 電腦主板現(xiàn)場維修實錄
- 智能生產(chǎn)線的重構(gòu)方法
- 計算機(jī)與信息技術(shù)基礎(chǔ)上機(jī)指導(dǎo)
- Learning Cassandra for Administrators
- ADuC系列ARM器件應(yīng)用技術(shù)
- 網(wǎng)頁設(shè)計與制作