CRAN
VARSEDIG 1.9
An Algorithm for Morphometric Characters Selection and Statistical Validation in Morphological Taxonomy
Released Dec 7, 2018 by C�stor Guisande Gonz�lez
This package can be loaded by Renjin but no tests could be found for the package.
An algorithm which identifies the morphometric features that significantly discriminate two taxa and validates the morphological distinctness between them via a Monte-Carlo test, polar coordinates and overlap of the area under the density curve.
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>VARSEDIG</artifactId> <version>1.9-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:VARSEDIG')