An open API service indexing awesome lists of open source software.

https://github.com/hadley/lvplot

Letter value boxplots for R
https://github.com/hadley/lvplot

Last synced: 9 months ago
JSON representation

Letter value boxplots for R

Awesome Lists containing this project

README

          

# lvplot

[![R-CMD-check](https://github.com/hadley/lvplot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hadley/lvplot/actions/workflows/R-CMD-check.yaml)

Letter value plots are an alternative to boxplots which extend the number of "letter value" statistics used. For large datasets, this gives you more information about the tail behaviour and displays fewer "outliers".

## Installation

You can install lvplot from CRAN with `install.packages("lvplot")` or from GitHub with `devtools::install_github("hadley/lvplot")`.