CRAN
mefa 3.2-7
Multivariate Data Handling in Ecology and Biogeography
Released Jan 12, 2016 by Peter Solymos
A framework package aimed to provide standardized computational environment for specialist work via object classes to represent the data coded by samples, taxa and segments (i.e. subpopulations, repeated measures). It supports easy processing of the data along with cross tabulation and relational data tables for samples and taxa. An object of class `mefa' is a project specific compendium of the data and can be easily used in further analyses. Methods are provided for extraction, aggregation, conversion, plotting, summary and reporting of `mefa' objects. Reports can be generated in plain text or LaTeX format. Vignette contains worked examples.
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>mefa</artifactId> <version>3.2-7-b43</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:mefa')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 25, 2018.
- aggregate.mefa-examples
- aoplot-examples
- as.mefa-examples
- dolina-examples
- fill.na-examples
- image.dist-examples
- label-examples
- mat2list-examples
- mefa-examples
- mefaCheck-examples
- mefaCrosstab-examples
- mefaNestedless-examples
- mefaTables-examples
- mefalogo-examples
- melt.mefa-examples
- plot.mefa-examples
- qvector-examples
- rep.data.frame-examples
- report.mefa-examples
- stack.dist-examples
- stcs-examples
- tests