forked from kkdey/ecostructure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (31 loc) · 1.42 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
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 = "aut"),
person("Matthew", "Stephens", email = "[email protected]", role = "aut"))
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.3.0),
ggplot2 (>= 2.1.0),
CountClust,
maptpx,
ordtpx,
raster,
rgdal,
utils,
grid,
gridExtra
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
URL: https://github.com/kkdey/ecostructure
Suggests:
knitr, BiocStyle, Biobase, roxygen2, RColorBrewer, devtools, xtable, Rcpp
VignetteBuilder: knitr
biocViews: Software, Visualization, Ecology
RoxygenNote: 5.0.1