CRAN

vcd 1.4-4

Visualizing Categorical Data

Released Dec 6, 2017 by David Meyer

This package can be loaded by Renjin but 49 out 80 tests failed.

Dependencies

lmtest 0.9-36 colorspace 1.3-2 MASS 7.3-50

Visualization techniques, data sets, summary and inference procedures aimed particularly at categorical data. Special emphasis is given to highly extensible grid graphics. The package was package was originally inspired by the book "Visualizing Categorical Data" by Michael Friendly and is now the main support package for a new book, "Discrete Data Analysis with R" by Michael Friendly and David Meyer (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>vcd</artifactId>
    <version>1.4-4-b10</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:vcd')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.