This is the repository that houses the Shiny dashboard exhibiting a series of interactive maps created by the MBM team, as well as a link to the pdf of the official report generated by the project. The dashboard itself is not meant to exhibit the entire analysis, but rather house the report that contains the entire analysis, and provide a series of interactive maps that allow users to engage with the data used in the complete analysis in an interactive and exciting way.
California Department of Fish and Wildlife MPA Boundaries Shapefile
California Department of Fish and Wildlife Study Region Boundaries Shapefile
Pacific Marine and Estuarine Partnership (PMEP) CMECS Nearshore Substrate Data
Pacific Marine and Estuarine Partnership (PMEP) CMECS Nearshore Biotic Habitat Data
Global.R, server.R, and ui.R work together to build the Shiny App style dashboard, while the contents of the www and scratch folders help to provide customization and detail. Files found in the text folder provide descriptive text throughout the dashboard.
├── shinydashboard/
│ ├── data/
│ ├── global.R
│ ├── server.R
│ ├── text/
│ │ ├── citation.md
│ │ ├── disclaimer.md
│ │ ├── intro.md
│ ├── ui.R
│ ├── www/
│ │ ├── bigkelplei.jpg
│ │ ├── custom-font.css
│ │ ├── dolphinslei.jpg
├── scratch/
│ └── create-fresh-theme.R
├── README.md
└── .gitignore