CRAN
MmgraphR 0.3
Graphing for Markov, Hidden Markov, and Mixture Transition Distribution Models
Released Jul 25, 2018 by Pauline Adamopoulou
This package can be loaded by Renjin but 1 out 2 tests failed.
Dependencies
colorspace 1.3-2 TraMineR 2.0-9 msm 1.6.6 march 1.4
Produces parallel coordinate plots of probability transition matrices from Markov, hidden Markov, and mixture transition distribution models.
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>MmgraphR</artifactId> <version>0.3-b2</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:MmgraphR')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.