================
A shiny app used to calculate IBI scores for given sites using benthic macroinvertebrate taxonomic information.
library(devtools) #install if needed
Sys.setenv("TAR" = "internal") # needed for R v3.6.0
install_github("Blocktt/MassIBItools", force=TRUE, build_vignettes=TRUE)
Functions to aid the Massachusetts DEP in bioassessment and IBI scoring using their updated index. Program uses Erik Leppo's BioMonTools for calculations (https://github.com/leppott/BioMonTools).
In development.
A Shiny app purpose built for MA DEP to run IBI metric scoring.
Vignette and install guide updates are planned for the future.