CRAN
algaeClassify 0.1.0
Determine Phytoplankton Functional Groups Based on Functional Traits
Released May 20, 2019 by Vijay Patil
Functions designed to facilitate the assignment of morpho-functional group (MFG) classifications to phytoplankton species based on a combination of taxonomy (Class,Order) and a suite of 7 binomial functional traits. Classifications can also be made using only a species list and a database of trait-derived classifications included in the package. MFG classifications are derived from Salmaso 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>algaeClassify</artifactId> <version>0.1.0-b1</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:algaeClassify')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.