Difference between revisions of "Lesson08"

From Visual Analytics and Applications
Jump to navigation Jump to search
(Created page with "<div style=background:#2B3856 border:#A3BFB1> 250px <font size = 5; color="#FFFFFF">ISSS608 Visual Analytics and Applications</font> </div> <!--MAIN HE...")
 
Line 29: Line 29:
 
<br/>
 
<br/>
  
<font size="5">'''Programming Data Visualisation in R'''</font>
+
<font size="5">'''Building Web-enabled Visual Analytics Applications with Shiny in RStudio: Introduction to Shiny'''</font>
  
 
=Content=
 
=Content=
  
* R, RStudio and RMarkdown 101
+
* Motivation of developing web-enabled applications
* Introducing The Grammar of Graphics
+
** Basic principles of web applications
* ggplot2, The Layered Grammar of Graphics
+
* Introducing Shiny
** The Essential Grammatical Elements in ggplot2
+
** Basic principles of Shiny
* Designing Analytical Graphics with ggplot2
+
** Architecture of Shiny
* Creating Interactive Graphics with plotly R
+
** Building block of Shiny app
 +
* Hands-on Exercise
 +
 
 +
=Must
 +
 
  
  

Revision as of 10:14, 28 February 2021

Vaa logo.jpg ISSS608 Visual Analytics and Applications

About

Weekly Session

Assignment

Visual Analytics Project

Course Resources

 


Building Web-enabled Visual Analytics Applications with Shiny in RStudio: Introduction to Shiny

Content

  • Motivation of developing web-enabled applications
    • Basic principles of web applications
  • Introducing Shiny
    • Basic principles of Shiny
    • Architecture of Shiny
    • Building block of Shiny app
  • Hands-on Exercise

=Must


Readings

Core Readings