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