edaPlot: Exploratory data analysis plot

View source: R/edaPlot.R

edaPlotR Documentation

Exploratory data analysis plot

Description

Explore different plotting methods using a click interface.

Usage

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


data(mlbbat10)
bat <- mlbbat10[mlbbat10$at_bat > 200, ]
# edaPlot(bat)

data(mariokart)
mk <- mariokart[mariokart$total_pr < 100, ]
# edaPlot(mk)

OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.