Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

gghalfnorm

Half-Normal Plots

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status CRAN RStudio mirror downloads codecov

This package provides a wrapper around the halfnorm function from the faraway package using the ggplot2 API. The gghalfnorm function is the only function within the package.

Installation

Install the latest stable release from CRAN:

install.packages("gghalfnorm")

Alternatively, install the latest development version from github:

install.packages("devtools")
devtools::install_github("nathaneastwood/gghalfnorm")

Usage

set.seed(123)
gghalfnorm(x = rnorm(100), nlab = 10)

The function can also make use of the geom_text_repel function from the ggrepel package.

set.seed(123)
gghalfnorm(x = rnorm(100), nlab = 10, repel = TRUE, box.padding = unit(1, "lines"))

About

A wrapper around the halfnorm function from the faraway package using the ggplot2 API

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.