-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1.01 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
Package: DiversityOccupancy
Type: Package
Title: Building Diversity Models from Multiple Species Occupancy Models
Version: 1.1.0
Authors@R: c(person("Derek", "Corcoran", email = "[email protected]",
role = c("aut", "cre")), person("Dylan", "Kesler", role = c("aut")), person("Lisa", "Webb", role = c("aut")), person("Giorgia", "Graells", role = c("aut")), person("Nicole" ,"Michel", role = c("ctb")), person("Mike", "Meredith", role = c("ctb")))
Description: Predictions of alpha diversity are fitted from presence data, first abundance is modeled from occupancy models and then, several diversity indices are calculated and finally GLM models are used to predict diversity in different environments and select priority areas.
Depends:
R (>= 3.2.2),
MuMIn,
unmarked
Imports:
dplyr,
ggplot2,
purrr,
raster,
rlang,
stringr,
tidyr,
vegan
Suggests:
knitr,
rgdal,
rmarkdown,
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Encoding: UTF-8