-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.75 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
Package: ecostructure
Type: Package
Title: Visualizing Structure in ecological site-species abundance data
Version: 2.0.0
Authors@R: c(
person("Alex", "White", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9708-2406")),
person("Kushal", "Dey", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-3520-2345")),
person("Trevor", "Price", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-4423-8999")),
person("Matthew", "Stephens", email = "[email protected]", role = "ctb"))
Maintainer: Alex White <[email protected]>
Description: Provides tools to visualize and analyze structure from a site-species
abundance data using grade of membership models. Also provides functions to
generate global abundance dispersion fields and subsequent global abundance
count matrices from a local site-species abundance data and available
shapefiles. Additionally, has functions to view how grades of membership or
any feature of the site varies with the relative distance profile of the sites
and ordering of sites (by some metadata - say elevation).
Depends:
R (>= 4.0.0),
ggplot2 (>= 2.1.0)
License: `use_gpl3_license()`
LazyData: true
Encoding: UTF-8
URL: https://github.com/sidatasciencelab/ecostructure
Imports:
raster,
sf,
dplyr,
rasterVis,
sp,
latticeExtra,
grDevices,
grid,
gridExtra,
ggplot2,
cowplot,
reshape2,
plyr,
mapplots,
scales,
ape,
phytools,
slam
Suggests:
knitr, roxygen2, RColorBrewer, devtools
VignetteBuilder: knitr
biocViews: Software, Visualization, Ecology
Remotes: stephenslab/fastTopics, linxihui/NNLM
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1