iNZightPlots (version 2.12.4)

exploreAllPlots: Explore all Univariate Plots

Description

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

Usage

exploreAllPlots(data)

Arguments

data

a data frame

Examples

Run this code
# NOT RUN {
if (interactive())
    exploreAllPlots(iris)

# }

Run the code above in your browser using DataLab