Difference between revisions of "Lesson07"

From Visual Analytics and Applications
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
 
** The Essential Grammatical Elements in ggplot2
 
** The Essential Grammatical Elements in ggplot2
 
* Designing Analytical Graphics with ggplot2
 
* Designing Analytical Graphics with ggplot2
 +
* Creating Interactive Graphics with plotly R
  
  
Line 47: Line 48:
 
* ggplot2 [https://ggplot2.tidyverse.org//]
 
* ggplot2 [https://ggplot2.tidyverse.org//]
 
* ggplot2 – The R graph Gallery [http://www.r-graph-gallery.com/portfolio/ggplot2-package/]
 
* ggplot2 – The R graph Gallery [http://www.r-graph-gallery.com/portfolio/ggplot2-package/]
* Introduction to R Graphics with ggplot2 [http://tutorials.iq.harvard.edu/R/Rgraphics/Rgraphics.html#org93999d8]
 
 
* ggplot2 - A Short Tutorial [http://r-statistics.co/ggplot2-Tutorial-With-R.html]
 
* ggplot2 - A Short Tutorial [http://r-statistics.co/ggplot2-Tutorial-With-R.html]
* [https://bookdown.org/tpemartin/minicourse_ggplot2/ ggplot2 介紹]
+
 
  
  
Line 60: Line 60:
 
* Winston Chang (2020) [https://r-graphics.org/ R Graphics Cookbook] (2nd edition, online version)
 
* Winston Chang (2020) [https://r-graphics.org/ R Graphics Cookbook] (2nd edition, online version)
 
* Rob Kabacoff (2020) [https://rkabacoff.github.io/datavis/ Data Visualization with R]
 
* Rob Kabacoff (2020) [https://rkabacoff.github.io/datavis/ Data Visualization with R]
* Zuguang Gu [https://jokergoo.github.io/circlize_book/book/ Circular Visualization in R]. Last visit: 27/12/2020.
+
* [https://bookdown.org/tpemartin/minicourse_ggplot2/ ggplot2 介紹]
 
* Zach Bogart & Joyce Robbins (2020) [https://edav.info/ Exploratory Data Analysis & Visualization]
 
* Zach Bogart & Joyce Robbins (2020) [https://edav.info/ Exploratory Data Analysis & Visualization]
 
* [https://bbc.github.io/rcookbook/ BBC Visual and Data Journalism cookbook for R graphics]
 
* [https://bbc.github.io/rcookbook/ BBC Visual and Data Journalism cookbook for R graphics]
  
===Book on plotly R
+
===Book on plotly R===
 
* [https://plot.ly/r/ Plotly R Open Source Graphing Library]
 
* [https://plot.ly/r/ Plotly R Open Source Graphing Library]
 
* [https://plotly-r.com/index.html Interactive web-based data visualization with R, plotly, and shiny]
 
* [https://plotly-r.com/index.html Interactive web-based data visualization with R, plotly, and shiny]

Latest revision as of 16:06, 21 February 2021

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 


Programming Data Visualisation in R

Content

  • R, RStudio and RMarkdown 101
  • Introducing The Grammar of Graphics
  • ggplot2, The Layered Grammar of Graphics
    • The Essential Grammatical Elements in ggplot2
  • Designing Analytical Graphics with ggplot2
  • Creating Interactive Graphics with plotly R


Readings

Core Readings


Additional Readings

Book on ggplot2

Book on plotly R


DataCamp Courses

  • Introduction to Data Visualization with ggplot2
  • Intermedia Data Visualization with ggplot2
  • Interactive Data Visualization with plotly in R
  • Intermediate Interactive Data Visualization with plotly in R