powered by
Univariate Categoric Distribution
univarCatDistPlots(data, uniCol, priColor = "blue", optionalPlots = 0)
the dataset where the column on which the plot is to be generated is present
the name of column on which the plot needs to be generated
the primary color for the plots
A Flag for optional plots
A univariate categoric distribution plot
A univariate distribution graph on the selected categorical columns from the dataframe
Other Package EDA Utilites functions: CheckColumnType, bivarPlots, correlationMatPlot, getDatatype, ignoreCols, multiVarOutlierPlot, outlierPlot
CheckColumnType
bivarPlots
correlationMatPlot
getDatatype
ignoreCols
multiVarOutlierPlot
outlierPlot
# NOT RUN { univarCatDistPlots(data = iris, uniCol = "Species") # }
Run the code above in your browser using DataLab