Unit06 Outlines:
◆ Visualization & Exploratory Data Analysis (EDA)
◆ The ggplot2 Package – Map Variables to Attributes
◆ Comparing Attributes with Scatter Plots
◆ Group and Sub-group Comparison with Bar Plots
◆ Observing Trend with Line Plots
Unit Notebook:
◆ Scatter Plots for Comparing Attributes : geom_point.html
◆ Bar Plots for Group Comparison : geom_bar.html
◆ Comparing Trends in Line Plots : geom_line.html
Google Drive:
◆ Course Material : [ ~/ib533/ ]
Unit06 Assignment: Due: 2025/10/22 (Wed.) 23:59
Personal Assignment: geom_point.Rmd and geom_bar.Rmd
Study the code, Do the exercises, Knit them as HTML file and uploaded to
[ ~/person/06_ggplot/ ] with filenames “student.ID_geom_point/bar.html”
參考連結:
◆ John Hopkins: R Programming online course
◆ John Hopkins: R Programming eBook
◆ Harvard: Data Science ebook
◆ Week05 Video Recording