Learn R Programming

⚠️There's a newer version (0.2.1) of this package.Take me there.

lvplot

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 github with:

# install.packages("devtools")
devtools::install_github("lvplot/hadley")

Copy Link

Version

Install

install.packages('lvplot')

Monthly Downloads

984

Version

0.2.0

License

GPL (>= 2)

Maintainer

Last Published

May 1st, 2016

Functions in lvplot (0.2.0)

LVboxplot

Side-by-side LV boxplots with base graphics
ontime

Ontime Flight Data
census

County demographics based on 1980 US Census
drawLVplot

Draw an LV plot.
lvtable

Compute table of k letter values for vector x
determineDepth

Determine depth of letter values needed for n observations.
geom_lv

Side-by-side LV boxplots with ggplot2.