boxplotdbl-package {boxplotdbl}R Documentation

Double Box Plot for Two-Axes Correlation

Description

Correlation chart of two set (x and y) of data. Using Quartiles with boxplot style. Visualize the effect of factor.

Details

The DESCRIPTION file:

Package: boxplotdbl
Type: Package
Title: Double Box Plot for Two-Axes Correlation
Version: 1.4.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 Quartiles with boxplot style. Visualize the effect of factor.
License: MIT + file LICENSE

Index of help topics:

boxplotdbl-package      Double Box Plot for Two-Axes Correlation
boxplotdou              Double Box Plot

This package contains boxplotdou function. It is used for 2 sets data, to visualize the correlation of x and y axis.

Author(s)

Shinichiro Tomizono

Maintainer: Shinichiro Tomizono <cowares@gmail.com>

References

Double Box Plot: https://tomizonor.wordpress.com/2013/03/15/double-box-plot/
Double Box Plot 1.2: https://tomizonor.wordpress.com/2013/11/24/double-box-plot-1-2/

See Also

boxplotdou, boxplot.

Examples

boxplotdou(Sepal.Width~Species, iris, Petal.Width~Species, iris)

[Package boxplotdbl version 1.4.0 Index]