Skip to content

YingtongAamandaWu/iNaturalist_Phenology_for_California_Oaks_RShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title: Rshiny App examining the phenology data for California Oaks

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/ image

Getting Started

Prerequisites

Ensure you have the following installed:

  1. R

  2. RStudio (optional but recommended)

  3. 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)

App Structure

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

License

This project is licensed under the MIT License.