exploreAllSummaries {iNZightPlots} | R Documentation |
Explore all Univariate Summaries
Description
Allows easy access to a summary for every variable in the data set.
Usage
exploreAllSummaries(data, ...)
## S3 method for class 'allSummaries'
print(x, ...)
Arguments
data |
a data set |
... |
additional arguments passed to getPlotSummary() |
x |
an |
Value
allSummaries object, a concatenation of summaries from all variables
Functions
-
print(allSummaries)
: print method for allSummaries object
Author(s)
Tom Elliott
Examples
exploreAllSummaries(iris)
[Package iNZightPlots version 2.15.3 Index]