Learn R Programming

elliplot (version 1.3.0)

elliplot-package: elliplot

Description

elliplot

Arguments

Details

The DESCRIPTION file: elliplot elliplot 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.

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

Run this code
# NOT RUN {
ninenum(1:999)
ellipseplot(iris[c(5,1)], iris[c(5,2)])
# }

Run the code above in your browser using DataLab