CRAN
GUILDS 1.3
Implementation of Sampling Formulas for the Unified Neutral Model of Biodiversity and Biogeography, with or without Guild Structure
Released Sep 26, 2016 by Thijs Janzen
Dependencies
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).
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>GUILDS</artifactId> <version>1.3-b25</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:GUILDS')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.
- calcKDA.calcKDA_use
- expected.SAD-examples
- expected.SAD.Guilds-examples
- expected.SAD.Guilds.Conditional-examples
- expected_SAD.expected_SAD:_abuse
- expected_SAD.expected_SAD:_use
- expected_SAD_Guilds.expected_SAD_Guilds:_abuse
- expected_SAD_Guilds.expected_SAD_Guilds:_use
- expected_SAD_Guilds_Conditional.expected_SAD_Guilds_Conditional:_abuse
- expected_SAD_Guilds_Conditional.expected_SAD_Guilds_Conditional:_use
- generate.ESF-examples
- generate.Guilds-examples
- generate.Guilds.Cond-examples
- generate_Guilds.generate_Guilds:_abuse
- generate_Guilds.generate_Guilds:_use
- logLikelihood.ESF-examples
- logLikelihood.Guilds-examples
- logLikelihood.Guilds.Conditional-examples
- logLikelihood_ESF.logLikelihood_ESF:_abuse
- logLikelihood_ESF.logLikelihood_ESF:_use
- logLikelihood_Guilds.logLikelihood_Guilds:_use
- logLikelihood_Guilds_Conditional.logLikelihood_Guilds_Conditional:_abuse
- logLikelihood_Guilds_Conditional.logLikelihood_Guilds_Conditional:_use
- maxLikelihood.ESF-examples
- maxLikelihood.Guilds-examples
- maxLikelihood.Guilds.Conditional-examples
- maxLikelihood_ESF.maxLikelihood_ESF:_abuse
- maxLikelihood_ESF.maxLikelihood_ESF:_use
- maxLikelihood_Guilds.maxLikelihood_Guilds:_abuse
- maxLikelihood_Guilds.maxLikelihood_Guilds:_use
- maxLikelihood_Guilds_Conditional.maxLikelihood_Guilds:_abuse
- maxLikelihood_Guilds_Conditional.maxLikelihood_GuildsConditional:_use
- preston_plot-examples
- preston_plot.preston_plot_use
- simplex.simplex_use
- testthat