This R package has been developed to automate calculation of the MCAT metrics found in [@dunn2016] for modeling mussel habitat suitability on Upper Mississippi River Restoration (UMRR) Habitat Rehabilitation and Restoration Projects (HREP).
The Mussel Community Assessment Tool metrics are valuable for evaluating the health of mussel communities at the bed and sample site scale. However, their calculation can be time consuming and error prone if done manually. This R package automates these calculations to encourage their wider application.
This project has been funded by the US Army Corps of Engineers (USACE) Upper Mississippi River Restoration Program (UMRR).
- Michael Dougherty, Geographer, US Army Corps of Engineers, Rock Island District
- Davi Michl, Biologist, US Army Corps of Engineers, Rock Island District
To install the mcat
package, install from GitHub using the
devtools
package:
library(devtools)
install_github(repo = "mpdougherty/mcat")