Difference between revisions of "Group02 proposal"
Jump to navigation
Jump to search
| Line 42: | Line 42: | ||
==Datasource / Data Description== | ==Datasource / Data Description== | ||
| − | == | + | ==Critique of Existing Visualisations== |
==Methodologies and Approach== | ==Methodologies and Approach== | ||
Revision as of 13:06, 1 March 2020
Contents
Introduction
Motivation and Objectives
Literature Review
Datasource / Data Description
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 |