elliplot-package {elliplot}R Documentation

Ellipse Summary Plot of Quantiles

Description

Correlation chart of two set (x and y) of data. Using Quantiles. Visualize the effect of factor.

Details

The DESCRIPTION file:

Package: elliplot
Type: Package
Title: Ellipse Summary Plot of Quantiles
Version: 1.3.0
Date: 2022-04-19
Author: Shinichiro Tomizono
Maintainer: Shinichiro Tomizono <cowares@gmail.com>
Description: Correlation chart of two set (x and y) of data. Using Quantiles. Visualize the effect of factor.
Depends: methods
License: MIT + file LICENSE

Index of help topics:

elliplot-package        Ellipse Summary Plot of Quantiles
ellipseplot             Draw Ellipse Summary Plot
midpoint                Center of Indexes
midpoints               Quantile Summaries
ninenum                 Nine Number Summaries
seventeennum            Seventeen Number Summaries

This package contains quantile functions and ellipse plot functions. These functions are to calculate quantile summaries and visualize them with ellipses.

The ellipseplot works both for 1 set and 2 sets of data. When used for 2 sets data, it visualize the correlation of x and y axis.

Author(s)

Shinichiro Tomizono

Maintainer: Shinichiro Tomizono <cowares@gmail.com>

References

Quantiles: https://tomizonor.wordpress.com/2013/04/28/quantiles-octiles/
Ellipse Plot: https://tomizonor.wordpress.com/2013/04/29/ellipse-plot/

See Also

midpoints, ellipseplot.

Examples

ninenum(1:999)
ellipseplot(iris[c(5,1)], iris[c(5,2)])

[Package elliplot version 1.3.0 Index]