edaPlot: Exploratory data analysis plot

Description Usage Arguments Author(s) See Also Examples

Description

Explore different plotting methods using a click interface.

Usage

1
2
edaPlot(dataFrame, Col=c('#888888', '#FF0000', '#222222',
                         '#FFFFFF', '#CCCCCC', '#3377AA'))

Arguments

dataFrame

A data frame.

Col

A vector containing six colors. The colors may be given in any form.

Author(s)

David Diez

See Also

histPlot, densityPlot, boxPlot, dotPlot

Examples

1
2
3
4
5
6
7
data(mlbBat10)
bat <- mlbBat10[mlbBat10$AB > 200,]
#edaPlot(bat)

data(marioKart)
mk <- marioKart[marioKart$totalPr < 100,]
#edaPlot(mk)

JECheadle/RSOC317L documentation built on May 15, 2019, 4:02 a.m.