An R package to interactively explore published Fire Weather Index (FWI) probability ratios (PR) for Australian bushfire risk.
Website (pkgdown): https://etc5523-2025.github.io/assignment-4-packages-and-shiny-apps-Dhruvinn13/
Features
- Packaged dataset:
fwi_pr(short, documented summary table) - Shiny app in
inst/app/app.R(scenario selector + PR bar chart + values table) - CSV download of the filtered table from inside the app
- roxygen2 docs, vignette, and a pkgdown site
Note: Values are summarised/derived from van Oldenborgh et al. (2021).
Installation
# install.packages("remotes")
remotes::install_github("ETC5523-2025/assignment-4-packages-and-shiny-apps-Dhruvinn13")Data
The package ships a small table fwi_pr with published probability ratios (“times more likely”) for extreme Fire Weather Index events.
head(fwi_pr)