CRAN

qqplotter 1.16

Quantile-quantile analysis of 24-hr precipitation using a frame work based on the exponential distribution

Released Mar 15, 2012 by Rasmus E. Benestad

This package can be loaded by Renjin but 2 out 3 tests failed.

Dependencies

clim.pact 2.3-10 fields 9.6 LatticeKrig 7.0 akima 0.6-2 PrecipStat 1.03 evd 2.3-3 ncdf 1.6.9

The package provides a quick analysis of quantiles of wet-day 24-hr accumulated precipitation records, demonstrating that the quantiles to a great degree can be predicted from the wet-day mean. The package analyses both observations and results from RCMs.

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>qqplotter</artifactId>
    <version>1.16-b38</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:qqplotter')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History