Learn R Programming

analysisPipelines (version 1.0.2)

univarCatDistPlots: Univariate Categoric Distribution

Description

Univariate Categoric Distribution

Usage

univarCatDistPlots(data, uniCol, priColor = "blue", optionalPlots = 0)

Arguments

data

the dataset where the column on which the plot is to be generated is present

uniCol

the name of column on which the plot needs to be generated

priColor

the primary color for the plots

optionalPlots

A Flag for optional plots

Value

A univariate categoric distribution plot

Details

A univariate distribution graph on the selected categorical columns from the dataframe

See Also

Other Package EDA Utilites functions: CheckColumnType, bivarPlots, correlationMatPlot, getDatatype, ignoreCols, multiVarOutlierPlot, outlierPlot

Examples

Run this code
# NOT RUN {
univarCatDistPlots(data = iris, uniCol = "Species")
# }

Run the code above in your browser using DataLab