CRAN
gghalfnorm 1.1.2
Create a Half Normal Plot Using 'ggplot2'
Released Jun 6, 2017 by Nathan Eastwood
This package can be loaded by Renjin but 1 out 15 tests failed.
Dependencies
Reproduce the halfnorm() function found in the 'faraway' package using the 'ggplot2' API.
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>gghalfnorm</artifactId> <version>1.1.2-b13</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:gghalfnorm')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- Test_the_plot_returns_an_expected_object.a_slope_isn't_added_when_there_is_only_one_point
- Test_the_plot_returns_an_expected_object.only_labels_are_returned_when_the_number_of_labels_equals_the_length_of_the_data_E1
- Test_the_plot_returns_an_expected_object.only_labels_are_returned_when_the_number_of_labels_equals_the_length_of_the_data_E2
- Test_the_plot_returns_an_expected_object.only_labels_are_returned_when_the_number_of_labels_equals_the_length_of_the_data_E3
- Test_the_plot_returns_an_expected_object.only_labels_are_returned_when_the_number_of_labels_equals_the_length_of_the_data_E4
- Test_the_plot_returns_an_expected_object.only_labels_are_returned_when_the_number_of_labels_equals_the_length_of_the_data_E5
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E1
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E2
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E3
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E4
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E5
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E6
- Test_the_plot_returns_an_expected_object.the_layers_are_in_the_expected_order_E7
- gghalfnorm-examples
- testthat