Learn R Programming

iNZightPlots (version 2.16.0)

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

Author

Tom Elliott

Examples

Run this code
if (interactive())
    exploreAllPlots(iris)

Run the code above in your browser using DataLab