National Park Service Kelp Forest Monitoring visualization
Run the following commands in the R console:
-
source("make_pages.R")
to generate all the island-species plots in seperate html pages -
rmarkdown::render("docs/index.Rmd")
(or opendocs/index.Rmd
and Knit) to generate the default page with table to navigate island-species plot pages
You can check out the initial Shiny app here:
ecoquants.shinyapps.io/nps-kelp
You can also run it locally in your own version of R with the following command:
shiny::runGitHub("ecoquants/nps-kelp", subdir="app")
You may need to first run install.packages("package_name")
on packages not yet installed that are loaded at the beginning of the global.R
.