CRAN

visualize 4.3.0

Graph Probability Distributions with User Supplied Parameters and Statistics

Released Apr 27, 2017 by James Balamuta

This package can be loaded by Renjin but 21 out 22 tests failed.

Graphs the pdf or pmf and highlights what area or probability is present in user defined locations. Visualize is able to provide lower tail, bounded, upper tail, and two tail calculations. Supports strict and equal to inequalities. Also provided on the graph is the mean and variance of the distribution.

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>visualize</artifactId>
    <version>4.3.0-b19</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:visualize')

Test Results

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

Source

R

View GitHub Mirror

Release History