exploreAllPlots {iNZightPlots} | R Documentation |
Allows easy viewing of every variable in the data set. The user will be prompted to see the next variable.
exploreAllPlots(data)
data |
a data frame |
Tom Elliott
if (interactive())
exploreAllPlots(iris)