Introduction to melbWeather
melbWeather-introduction.Rmd
Introduction
This vignette introduces the melbWeather package, which provides tools for analyzing and visualizing Melbourne’s weather data.
Overview
Welcome to the melbWeather package! This package is designed to help you analyze and visualize historical weather data for Melbourne, Australia. It provides functions for exploring temperature trends, weather summaries, and visualizations using daily minimum and maximum temperatures.
The melbWeather package comes with a built-in dataset called weather_data that includes daily weather records for Melbourne.
Instalation
To install the melbWeather package, use the following command in your R console:
# Install the `remotes` package if you haven't already
install.packages("remotes")
# Install the `melbWeather` package from GitHub
remotes::install_github("ETC5523-2024/assignment-4-packages-and-shiny-apps-tdew0002")
Example Usage
This vignette introduces the melbWeather package, which provides tools for analyzing and visualizing Melbourne’s weather data.
Using the Shiny App
The melbWeather package also includes an interactive Shiny app for exploring the weather data. To launch the Shiny app, use the following function:
# Launch the Shiny app
startApp()
The Shiny app provides interactive controls to filter data by date range and temperature type, making it easy to visualize trends and explore the dataset in detail.