powered by
A correlation matrix is created and plotted across all the columns in the dataset
correlationMatPlot(dataset, methodused = "everything")
the dataset that needs to be loaded
methods to be used for computing correlation
Correlation Matrix graph
Other Package EDA Utilites functions: CheckColumnType, bivarPlots, getDatatype, ignoreCols, multiVarOutlierPlot, outlierPlot, univarCatDistPlots
CheckColumnType
bivarPlots
getDatatype
ignoreCols
multiVarOutlierPlot
outlierPlot
univarCatDistPlots
# NOT RUN { correlationMatPlot(dataset = iris) # }
Run the code above in your browser using DataLab