Group02 proposal
Revision as of 13:03, 1 March 2020 by Cherie.wong.2019 (talk | contribs) (→Project Milestones / Timeline)
Contents
Introduction
Motivation and Objectives
Literature Review
Datasource / Data Description
Visual Analytics Problem/Critique of Existing Visualisations
Methodologies and Approach
Proposed R Packages
| Package Name | Description |
|---|---|
| shiny & shiny dashboard | Interactive web applications for data visualization |
| ggplot2 | High-quality graphs |
| Tidyverse: tidyr, dplyr, ggplot2 | Tidying and manipulating data for visualizing in ggplot2 |
| shinythemes | Apply themes to Shiny applications |
| ggthemr | Apply themes to ggplot2 plots |
| lubridate | Easily transform dates |
| Plotly | Provide graphics |
| ggraph | Provide graphics for clustering, regression |
| ggiraph | Provide interactive ggplot graphics |
| k Means Algorithms in R | Provide various k means algorithms in R |
| ISLR | Provide glm() for logistic regression |