-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
45 lines (45 loc) · 1.62 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
Package: ecostructure
Type: Package
Title: Visualizing Structure in ecological site-species abundance data
Version: 0.99.1
Authors@R: c(
person("Kushal", "Dey", email = "[email protected]", role = c("aut", "cre")),
person("Alex", "White", email = "[email protected]", role = "aut"),
person("Trevor", "Price", email = "[email protected]", role = "ctb"),
person("Matthew", "Stephens", email = "[email protected]", role = "ctb"))
Maintainer: Kushal Dey <[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 (>= 3.4.0),
ggplot2 (>= 2.1.0)
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
URL: https://github.com/kkdey/ecostructure
Imports:
raster,
sp,
utils,
grid,
dplyr,
gridExtra,
phytools,
fasterize,
latticeExtra,
picante,
rasterVis,
scales,
slam,
SpatialExtremes,
ape,
mapplots,
Biobase,
SQUAREM,
boot,
slam
Suggests:
knitr, BiocStyle, Biobase, roxygen2, RColorBrewer, devtools, xtable, Rcpp
VignetteBuilder: knitr
biocViews: Software, Visualization, Ecology
Remotes: kkdey/methClust, kkdey/CountClust
RoxygenNote: 7.1.1