exploreAllPlots {iNZightPlots} | R Documentation |
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(s)
Tom Elliott
Examples
if (interactive())
exploreAllPlots(iris)
[Package iNZightPlots version 2.15.3 Index]