-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.32 KB
/
DESCRIPTION
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: mcat
Type: Package
Title: Mussel Community Assessment Tool
Version: 0.1.0
Author: c(
person("Michael", "Dougherty",
email = "Michael.P.Dougherty@usace.army.mil",
role = c("aut", "cre")),
person("Davi", "Michl",
email = "Davi.E.Michl@usace.army.mil",
role = c("ctb"))
)
Maintainer: Michael Dougherty <Michael.P.Dougherty@usace.army.mil>
Description: This package implements the Mussel Community Assessment Tool (MCAT)
metrics in Heidi Dunn, Steve Zigler, and Teresa Newton. 2016.
Validation of a Mussel Community Assessment Tool for the Upper
Mississippi River System. 2014 MCA2. Rock Island, IL: U.S. Army Corps
of Engineers, Rock Island District.
License: GPL-3
Depends: R (>= 2.10)
Encoding: UTF-8
LazyData: true
Imports:
vegan,
dplyr,
assertthat,
ggplot2,
reshape2,
ggrepel
Suggests:
testthat
RoxygenNote: 6.1.1
Collate:
'Threshold.R'
'abundance.R'
'individuals.R'
'lampsilini.R'
'listed.R'
'mcat_site_score.R'
'percent_fresh_dead.R'
'percent_juveniles.R'
'percent_lampsilini.R'
'percent_listed.R'
'percent_over_15yrs.R'
'percent_tolerant.R'
'pkgname.R'
'species_evenness.R'
'species_richness.R'
'tolerant.R'
'tribe.R'
'tribe_evenness.R'