Allows easy viewing of every variable in the data set. The user will be prompted to see the next variable.

exploreAllPlots(data)

Arguments

data

a data frame

Author

Tom Elliott

Examples

if (interactive())
    exploreAllPlots(iris)