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
- Host: GitHub
- URL: https://github.com/hadley/lvplot
- Owner: hadley
- Created: 2011-10-20T00:01:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T19:22:14.000Z (over 3 years ago)
- Last Synced: 2025-04-14T04:16:52.425Z (9 months ago)
- Language: R
- Homepage:
- Size: 46.3 MB
- Stars: 36
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# lvplot
[](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")`.