5. 繪圖套件 (CM512 2024.02)

單元大綱:
◆ ggplot 套件簡介 Intro. to ggplot
◆ dplye %>% ggplot 資料裝配線 Data Pipeline
◇ 資料整理與敘訴統計 Descriptive Statistics
◇ 繪圖與探索性資料分析 Exploratory Data Analysis
◆ 05A: 點狀圖 Scatter Plots, `geom_point`
◇ 各分析對象之間的比較 Comparing the Subjects
◇ 欄位變數與圖點屬性之間的對應關係 Mapping Variables to Geometry Attributes
◇ 互動性圖表與資料探索 Interactive Chart & Data Exploration
◆ 05B: 直條圖 Bar Plots, `geom_bar`
◇ 三種直條圖 Three kinds of bar plots
◇ 類別變數與群組比較 Categorical Variables (Factors) and Group Comparison
◇ 兩類別變數與列聯表 Two Factors and Contingent Table
◆ 05C: 折線圖 Line Plots, `geom_line`
◇ 觀察、比較趨勢 Examining and Comparing Trends
◇ 使用窗格 Using `facet`

課堂筆記:
◆ UNIT5A:點狀圖 unit5A_geom_point ( html )
◆ UNIT5B:直條圖 unit5B_geom_bar ( html )
◆ UNIT5C:折線圖 unit5C_geom_line ( html )
🎥 看漫畫學程式EP07-EP11  ( YouTube Playlist  25 mins)

教材下載: 
◆ 教材資料夾 ( ~/cm512/ )
◆ Unit05單元資料夾 ( ~/cm512/05進階繪圖套件/ )

第五周作業: Due: 2024/03/24 (日) 23:59
個人作業:
1. 回答課堂筆記unit05A/B/C之中的問題,knit好HTML檔,以檔名”學號_unit05A/B/C.html”
上傳到雲端資料夾[ ~/個人作業/05_ggplot/ ]

課程影片:
◆ Week05 Video Recording

參考連結:
◆  Portal of Big Data BA Platform
◆  R: Self Learning Roadmap
◆  John Hopkins: R Programming online course
◆  John Hopkins: R Programming eBook
◆  Harvard: Data Science online course
◆  Harvard: Data Science ebook