-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
34 lines (34 loc) · 995 Bytes
/
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
Package: multifunc
Version: 0.9.3
Date: 2022-05-19
Title: Analysis of Ecological Drivers on Ecosystem Multifunctionality
Description: Methods for the analysis of how ecological drivers affect the
multifunctionality of an ecosystem based on methods of Byrnes et al.
2016 <doi:10.1111/2041-210X.12143> and Byrnes et al.
2022 <doi:10.1101/2022.03.17.484802>. Most standard
methods in the literature are implemented (see vignettes) in a tidy
format.
Authors@R: person("Jarrett", "Byrnes", role = c("aut","cre", "cph"), email = "[email protected]")
URL: https://jebyrnes.github.io/multifunc/, https://github.com/jebyrnes/multifunc
BugReports: https://github.com/jebyrnes/multifunc/issues
Imports:
stats,
dplyr,
purrr,
broom,
MASS,
utils,
magrittr
Suggests:
ggplot2,
forcats,
tidyr,
gridExtra,
knitr,
patchwork,
car
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8