edaPlot | R Documentation |
Explore different plotting methods using a click interface.
edaPlot(
dataFrame,
Col = c("#888888", "#FF0000", "#222222", "#FFFFFF", "#CCCCCC", "#3377AA")
)
dataFrame |
A data frame. |
Col |
A vector containing six colors. The colors may be given in any form. |
David Diez
histPlot
, densityPlot
,
boxPlot
, dotPlot
data(mlbbat10)
bat <- mlbbat10[mlbbat10$at_bat > 200, ]
# edaPlot(bat)
data(mariokart)
mk <- mariokart[mariokart$total_pr < 100, ]
# edaPlot(mk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.