Skip to content

Calculation and visualization of gemplots (3-dimensional extension of boxplot and bagplot)

Notifications You must be signed in to change notification settings

jkruppa/gemPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemPlot

Gemplots are the 3-dimensional extension of the 1-dimensional boxplots and the 2-dimensional bagplot. The package calculates a 3-dimensional median, an inner bag that contains 50 percent of the data and an outer bag. Data points outside the outer bag are flagged as outliers. The gemplot can be visualized in a 3-dimensional interactice device. Outlier detection for more than 3 dimensions is also implemented.

Installation

Get the released version from CRAN:

## not available yet
## install.packages("gemPlot")

Or the development version from github:

# install.packages("devtools")
devtools::install_github("jkruppa/gemPlot")

About

Calculation and visualization of gemplots (3-dimensional extension of boxplot and bagplot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages