he goal of the package is to plot temperatures data of italian weather station over 12 months The package gives to the user the possibility to select the station and to filter the relative data
install.packages(c("shiny","ggplot2","devtools"))
devtools::install_github("unimi-dse/896722d4")
require(Weather)
TEMPERATURES()
The package let the user select the code of the italian weather station that has recorded the temperatures data and plots three graphs for each station: Maximum temperature, Minimum temperatures and Average Temperature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.