forked from thijsjanzen/GUILDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: GUILDS
Type: Package
Title: Implementation of Sampling Formulas for the Unified Neutral
Model of Biodiversity and Biogeography, with or without Guild
Structure
Version: 1.4.3
Authors@R: c( person("Thijs","Janzen", email = "thijsjanzen@gmail.com",role=c("aut","cre")),
person("Bart","Haegeman",email="",role = c("ctb")),
person("Franck","Jabot",role = c("ctb")),
person("Jerome","Chave",role = c("ctb")))
Description: A collection of sampling formulas for the unified neutral model of biogeography and biodiversity. Alongside the sampling formulas, it includes methods to perform maximum likelihood optimization of the sampling formulas, methods to generate data given the neutral model, and methods to estimate the expected species abundance distribution. Sampling formulas included in the GUILDS package are the Etienne Sampling Formula (Etienne 2005), the guild sampling formula, where guilds are assumed to differ in dispersal ability (Janzen et al. 2015), and the guilds sampling formula conditioned on guild size (Janzen et al. 2015).
License: GPL-2
Imports: Rcpp (>= 0.11.0), pracma, nloptr
Suggests: testthat,
knitr,
rmarkdown
LinkingTo: Rcpp
NeedsCompilation: yes
Encoding: UTF-8
URL: https://github.com/thijsjanzen/GUILDS
BugReports: https://github.com/thijsjanzen/GUILDS/issues
VignetteBuilder: knitr