CRAN
MBI 1.0
(M)ultiple-site (B)iodiversity (I)ndices Calculator
Released Oct 20, 2012 by Youhua Chen
This package is available for Renjin and there are no known compatibility issues.
Over 20 multiple-site diversity indices can be calculated. Later versions will include phylogenetic diversity
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>MBI</artifactId> <version>1.0-b243</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:MBI')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- MBI-package-examples
- batch.calculation-examples
- cfull-examples
- cl-examples
- cn-examples
- crep-examples
- crich-examples
- ct-examples
- do-examples
- harrison-examples
- ht-examples
- mjaccard-examples
- ml-examples
- mn-examples
- mrep-examples
- mrich-examples
- msorensen-examples
- mt-examples
- rarity-examples
- wbeta-examples
- wnodf-examples
- wt-examples