-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
34 lines (34 loc) · 1.04 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
Package: iNEXT
Type: Package
Title: Interpolation and Extrapolation for Species Diversity
Version: 3.0.1
Author: T. C. Hsieh, K. H. Ma and Anne Chao
Description: Provides simple functions to compute and plot two types
(sample-size- and coverage-based) rarefaction and extrapolation curves for species
diversity (Hill numbers) based on individual-based abundance data or sampling-unit-
based incidence data; see Chao and others (2014, Ecological Monographs) for pertinent
theory and methodologies, and Hsieh, Ma and Chao (2016, Methods in Ecology and Evolution)
for an introduction of the R package.
License: GPL (>= 3)
URL: http://chao.stat.nthu.edu.tw/wordpress/software_download/
Maintainer: T. C. Hsieh <[email protected]>
Depends:
R (>= 3.4)
Imports:
stats,
graphics,
ggplot2,
reshape2,
Rcpp
BugReports: https://github.com/JohnsonHsieh/iNEXT/issues
LazyLoad: yes
RoxygenNote: 7.2.0
Suggests: testthat,
knitr,
rmarkdown,
gridExtra,
ggthemes
VignetteBuilder: knitr
ByteCompile: true
LinkingTo:
Rcpp