Description Usage Arguments Value See Also Examples
View source: R/r-batch-eda-utilities.R
A correlation matrix is created and plotted across all the columns in the dataset
1  | correlationMatPlot(dataset, methodused = "everything")
 | 
dataset | 
 the dataset that needs to be loaded  | 
methodused | 
 methods to be used for computing correlation  | 
Correlation Matrix graph
Other Package EDA Utilites functions: CheckColumnType,
bivarPlots, getDatatype,
ignoreCols,
multiVarOutlierPlot,
outlierPlot,
univarCatDistPlots
1  | correlationMatPlot(dataset = iris)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.