CRAN

aimPlot 1.0.0

Create Pie Like Plot for Completeness

Released Apr 22, 2016 by Yusman Kamaleri

This package is available for Renjin and there are no known compatibility issues.

Dependencies

ggplot2 3.0.0

Create a pie like plot to visualise if the aim or several aims of a project is achieved or close to be achieved i.e the aim is achieved when the point is at the center of the pie plot. Imagine it's like a dartboard and the center means 100% completeness/achievement. Achievement can also be understood as 100% coverage. The standard distribution of completeness allocated in the pie plot is 50%, 80% and 100% completeness.

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>aimPlot</artifactId>
    <version>1.0.0-b25</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:aimPlot')

Test Results

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

Source

R

View GitHub Mirror

Release History