This interactive tool visualizes and analyzes the temporal trends in flowering and fruiting phenology of major oak (Quercus) species in the Pacific Northwest, U.S. The RShiny App can be found via this link: https://ytamandawu.shinyapps.io/20241223iNaturalistPhenologyloopQspeciesfruitingfloweringRShiny/
Ensure you have the following installed:
-
R
-
RStudio (optional but recommended)
-
Required R packages (see below):
library(shiny)
library(plotly)
library(rinat)
library(string)
library(dplyr)
library(lubridate)
library(timetk)
library(leaflet)
library(leaflet.extras)
library(sf)
library(ggplot2)
project/
├── app.R # Main Shiny app file
├── README.md # Documentation file
├── Rshiny_web_deployment.R # R script for deploying the RShiny app to Rshiny.io web server
This project is licensed under the MIT License.