Skip to content

Repository for the GUILDS package for R

Notifications You must be signed in to change notification settings

RcppDeepState/GUILDS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUILDS

CRAN_Status_Badge Build Status codecov R-CMD-check Research software impact

The GUILDS package combines a range 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).

Furthermore it contains functions to generate data given the guilds model, with or without conditioning on guild size. C++ Code to obtain Sterling numbers of the first kind was adopted from the Tetame program by Jabot et al. (2008).

Updates

  • Version 1.4

    • Cleaner README and Vignettes
    • Extend support to M1 processors where sizeof(long double) < 16
    • Comply with R_CHECK_LENGTH_0_LOGIC2
  • Version 1.3

    • GUILDS is now on GitHub: https://github.com/thijsjanzen/GUILDS
    • Wrote code tests to check code integrity, code coverage is >95
    • Modified maximum likelihood functions to take into account theta_x = theta_y = theta / 2
    • added a function to plot preston-style plots
  • Version 1.2.1

    • Updated the User manual
  • Version 1.2

    • fixed memory leak issues by adding extra vector access checks
    • fixed memory leak issues by introducing vectors in KDA code
    • renamed logLik to avoid shadowing of the function logLik in the package stats
  • Version 1.1

    • removed malloc header from KDA code

References

Janzen, T., Haegeman B., Etienne, R.S. (2015) A sampling formula for communities with multiple dispersal syndromes. Journal of Theoretical Biology 374: 94-106

Etienne, R.S. (2005). A new sampling formula for neutral biodiversity. Ecology Letters, 8(3), 253-260.

Jabot, F., Etienne, R.S., & Chave, J. (2008). Reconciling neutral community models and environmental filtering: theory and an empirical test. Oikos 117: 1308-1320

About

Repository for the GUILDS package for R

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 85.7%
  • C++ 14.3%