-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
63 lines (63 loc) · 2.14 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
52
53
54
55
56
57
58
59
60
61
62
63
Package: mobr
Title: Measurement of Biodiversity
Version: 3.0.2
Authors@R: c(person("Daniel", "McGlinn", email = "[email protected]",
role = c("aut", "cre", "cph")),
person("Xiao", "Xiao", email = "[email protected]",
role = "aut"),
person("Brian", "McGill", email = "[email protected]",
role = "aut"),
person("Felix", "May", email = "[email protected]",
role = "aut"),
person("Thore", "Engel", email = "[email protected]",
role = "aut"),
person("Caroline", "Oliver", email = "[email protected]",
role = "aut"),
person("Shane", "Blowes", email = "[email protected]",
role = "aut"),
person("Tiffany", "Knight", email = "[email protected]",
role = 'aut'),
person("Oliver", "Purschke", email = "[email protected]",
role = 'aut'),
person("Nicholas", "Gotelli", email = "[email protected]",
role = "aut"),
person("Jon", "Chase", email = "[email protected]",
role = "aut"))
Date: 2024-08-10
Description: Functions for calculating metrics for the measurement biodiversity
and its changes across scales, treatments, and gradients. The methods
implemented in this package are described in:
Chase, J.M., et al. (2018) <doi:10.1111/ele.13151>,
McGlinn, D.J., et al. (2019) <doi:10.1111/2041-210X.13102>,
McGlinn, D.J., et al. (2020) <doi:10.1101/851717>, and
McGlinn, D.J., et al. (2023) <doi:10.1101/2023.09.19.558467>.
Depends:
R (>= 3.5.0)
Imports:
plotrix,
scales,
dplyr,
purrr,
tidyr,
pbapply,
ggplot2,
egg,
tibble,
vctrs,
rlang,
geosphere,
scam,
sf
Suggests:
knitr,
rmarkdown,
testthat,
methods
Language: en-US
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.3.1
URL: https://github.com/MoBiodiv/mobr
BugReports: https://github.com/MoBiodiv/mobr/issues
Encoding: UTF-8
VignetteBuilder: knitr