-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
36 lines (29 loc) · 2.09 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output: github_document
output: html_document
bibliography: mcat.bib
---
<!-- rmarkdown v1 -->
<!-- README.md is generated from README.Rmd. Please edit that file -->
# Calculating Mussel Community Assessment Tool (MCAT) metrics
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). <img src="images/HDQLO-03_h120.jpg" align="right" />
## Project Status
[![Experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle)
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Last-changedate](https://img.shields.io/badge/last%20change-2019--05--15-yellowgreen.svg)](/commits/master)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
## Need
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.
## Funding
This project has been funded by the US Army Corps of Engineers (USACE) [Upper Mississippi River Restoration Program (UMRR)](https://www.mvr.usace.army.mil/Missions/Environmental-Protection-and-Restoration/Upper-Mississippi-River-Restoration/). <img src="images/UMRRlogo_tag_rgb_300px.jpg" align="right" />
## Authors
* [Michael Dougherty](mailto:[email protected]), Geographer, US Army Corps of Engineers, Rock Island District
* [Davi Michl](mailto:[email protected]), Biologist, US Army Corps of Engineers, Rock Island District
## Install
To install the `mcat` package, install from GitHub using the
`devtools` package:
```r
library(devtools)
install_github(repo = "mpdougherty/mcat")
```
## References