2020-08-24
Introduction
- The core idea is to explore the weather data of Australia available in R.
- The project test and uses ggplot, leaflet with Shiny.
- Basic concepts of time series graph and correlation is implemented.
Inputs for users
- Region in Australia from list
- Factor like rainfall, temperature
- Start Date
- End Date
- Coleration factors 1 and 2
Output in Tabs
- Maps when region is selected it will change using longitude and latitude.
- Time series plot with factor and date selected by user.
- Coleration Scatter plot with trend line.
Example of Station name
Example of Time Series

Example of GG Plot

Thank you